wlroots/rootston
Dominique Martinet 0c4d347d1e rootston: Fix segfault in seat unfullscreening
==32557==ERROR: AddressSanitizer: SEGV on unknown address 0x000000000000 (pc 0x000000425f96 bp 0x7fff8ac19de0 sp 0x7fff8ac19d20 T0)
==32557==The signal is caused by a READ memory access.
==32557==Hint: address points to the zero page.
    #0 0x425f95 in roots_seat_set_focus ../rootston/seat.c:737
    #1 0x40bcd6 in roots_cursor_press_button ../rootston/cursor.c:272
    #2 0x40c1f7 in roots_cursor_handle_button ../rootston/cursor.c:298
    #3 0x42179b in handle_cursor_button ../rootston/seat.c:58
    #4 0x7f1651062367 in wlr_signal_emit_safe ../util/signal.c:29
    #5 0x7f165101b532 in handle_pointer_button ../types/wlr_cursor.c:344
    #6 0x7f1651062367 in wlr_signal_emit_safe ../util/signal.c:29
    #7 0x7f1650ff633b in handle_pointer_button ../backend/libinput/pointer.c:85
    #8 0x7f1650ff5291 in wlr_libinput_event ../backend/libinput/events.c:215
    #9 0x7f1650ff3990 in wlr_libinput_readable ../backend/libinput/backend.c:35
    #10 0x7f1650d88c11 in wl_event_loop_dispatch (/lib64/libwayland-server.so.0+0x9c11)
    #11 0x7f1650d87449 in wl_display_run (/lib64/libwayland-server.so.0+0x8449)
    #12 0x418e90 in main ../rootston/main.c:81
    #13 0x7f164ff7ef29 in __libc_start_main (/lib64/libc.so.6+0x20f29)
    #14 0x405829 in _start (/home/shared/wayland/wlroots/build/rootston/rootston+0x405829)

introduced by #680
2018-03-27 09:17:47 +02:00
..
config.c rootston: add -D flag to enable damage tracking debugging 2018-03-26 17:34:46 -04:00
cursor.c rootston rotation: change view->rotation sign 2018-03-18 09:19:09 +01:00
desktop.c rootston rotation: change view->rotation sign 2018-03-18 09:19:09 +01:00
ini.c Establish rootston headers & main 2017-09-22 23:30:40 -04:00
input.c Address review feedback 2018-03-26 23:15:21 -04:00
keyboard.c rootston: wire up window alpha keybinding 2018-02-25 16:53:36 +01:00
main.c render: split render.h into wlr_renderer.h and wlr_texture.h 2018-03-19 23:16:29 +01:00
meson.build xdg-shell stable: copy-pasta implementation 2018-02-14 12:52:30 +01:00
output.c Merge pull request #751 from emersion/rotated-surface-damage 2018-03-26 18:05:35 -04:00
rootston.ini.example rootston: wire up window alpha keybinding 2018-02-25 16:53:36 +01:00
seat.c rootston: Fix segfault in seat unfullscreening 2018-03-27 09:17:47 +02:00
wl_shell.c rootston: add destroy to view interface 2018-03-12 09:17:06 +01:00
xdg_shell.c unified xdg-surface close 2018-03-24 15:11:26 -04:00
xdg_shell_v6.c unified xdg-surface close 2018-03-24 15:11:26 -04:00
xwayland.c rootston: add destroy to view interface 2018-03-12 09:17:06 +01:00