1
1
Fork 0
mirror of https://github.com/swaywm/sway synced 2024-06-02 10:46:29 +02:00
sway/sway/desktop
Daniel De Graaf 2c2625acd3 Fix SIGSEGV on output destroy
```
Program terminated with signal SIGSEGV, Segmentation fault.
144                             struct wlr_layer_surface_v1 *layer_surface = surface->layer_surface;
[Current thread is 1 (Thread 0x7f1f7c5b3ac0 (LWP 2473))]
(gdb) bt
```

Add a NULL check in `find_mapped_layer_by_client` like the one in `arrange_surface`.
2024-01-21 17:32:00 +03:00
..
idle_inhibit_v1.c Drop support for KDE's idle protocol 2023-10-05 00:01:54 +02:00
launcher.c Fix old style function definitions 2023-04-14 18:21:43 +02:00
layer_shell.c Fix SIGSEGV on output destroy 2024-01-21 17:32:00 +03:00
output.c scene_graph: Port opacity and filter modes 2024-01-18 18:36:54 +03:00
transaction.c scene_graph: port wlr_forgein_toplevel_management output enter/leave events 2024-01-18 18:36:54 +03:00
xdg_shell.c scene_graph: Implement toplevel clipping 2024-01-18 18:36:54 +03:00
xwayland.c scene_graph: Implement toplevel clipping 2024-01-18 18:36:54 +03:00