swayfx/sway/desktop
Ryan Dwyer 073ac425d5 Fix use after free in transactions
In set_instructions_ready, calling set_instruction_ready may cause any
number of transactions to get applied, which removes them from the list
being iterated.  The iteration variables need to be adjusted
accordingly.
2018-07-28 15:21:39 +10:00
..
desktop.c Implement some floating move commands 2018-07-09 23:38:29 +10:00
idle_inhibit_v1.c Fix memory leak in sway/desktop/idle_inhibit_v1.c 2018-07-17 11:35:24 -04:00
layer_shell.c Fix memory leak in handle_layer_shell_surface 2018-07-17 11:35:24 -04:00
output.c Allow containers to be fullscreen 2018-07-26 08:27:07 +10:00
render.c Fix indent 2018-07-26 08:28:05 +10:00
transaction.c Fix use after free in transactions 2018-07-28 15:21:39 +10:00
xdg_shell.c Allow containers to be fullscreen 2018-07-26 08:27:07 +10:00
xdg_shell_v6.c Allow containers to be fullscreen 2018-07-26 08:27:07 +10:00
xwayland.c Allow containers to be fullscreen 2018-07-26 08:27:07 +10:00