swayfx/sway/desktop
Ryan Dwyer 50b401677b Fix use after free in transaction code
If we set an instruction as ready twice, it decreases the transaction's
num_waiting a second time and applies the transaction earlier than it
should. This no doubt has undesired effects, probably resulting in a use
after free.

Hopefully fixes the first part of #2207.
2018-07-04 22:58:17 +10:00
..
desktop.c Make main properties be the pending state 2018-06-09 10:08:43 +10:00
idle_inhibit_v1.c idle_inhibit: move server data to its own struct 2018-07-02 09:29:16 +09:00
layer_shell.c sway views: add helpers to get view and layer from wlr_surface 2018-06-30 22:31:14 +09:00
output.c sway views: add helpers to get view and layer from wlr_surface 2018-06-30 22:31:14 +09:00
transaction.c Fix use after free in transaction code 2018-07-04 22:58:17 +10:00
xdg_shell.c Fix damage on swaybar when view requests to exit fullscreen 2018-07-02 21:58:21 +10:00
xdg_shell_v6.c Fix damage on swaybar when view requests to exit fullscreen 2018-07-02 21:58:21 +10:00
xwayland.c Fix damage on swaybar when view requests to exit fullscreen 2018-07-02 21:58:21 +10:00