shell: Ignore unsolicited pong requests
authorKristian Høgsberg <krh@bitplanet.net>
Sun, 12 Aug 2012 02:39:12 +0000 (22:39 -0400)
committerKristian Høgsberg <krh@bitplanet.net>
Mon, 13 Aug 2012 14:01:46 +0000 (10:01 -0400)
commit92374e1409516f626092714d454790cfc26dbf91
tree6412b17a68e2b936c567b1d1dffe1330fa0b2791
parentcd8cdccdd375058ae467974af5831a507ed016f5
shell: Ignore unsolicited pong requests

If a client sends a pong message out of the blue, we deref ping_timer
which is NULL and then crash.  Unsolicited pong requests indicate that
something is wrong on the client, but the compositor should survide that.
src/shell.c