Files
weston/clients
Pekka Paalanen a03a93c6ea window: fix segfault in window_handle_key()
When a window destroyed, if any input had the window in keyboard
focus, the keyboard focus is reset to NULL. A new keyboard focus is set
only, if the user clicks something. If the user presses a key instead of
clicking, the key press event is sent to the client which has NULL
keyboard focus, triggering a segfault in window_handle_key().

Fix the segfault by ignoring the key event, if there is no target
window.

I triggered this segfault by clicking the unlock dialog away, and then
pressing a key.

Signed-off-by: Pekka Paalanen <ppaalanen@gmail.com>
2011-12-02 06:31:08 -05:00
..
2011-11-18 14:46:26 +02:00
2011-11-22 09:27:03 -05:00
2011-11-23 16:20:28 -05:00
2011-11-22 09:27:03 -05:00
2011-11-22 09:35:14 -05:00
2011-11-18 14:48:39 +02:00
2011-11-22 09:27:03 -05:00
2011-11-22 09:27:03 -05:00
2011-11-17 10:27:17 -05:00
2011-11-22 09:27:03 -05:00
2011-11-22 09:35:14 -05:00
2011-11-26 17:27:37 -05:00
2011-11-18 14:46:26 +02:00
2011-11-18 14:46:26 +02:00