mirror of
https://github.com/swaywm/sway.git
synced 2025-11-20 06:59:46 -05:00
Before this patch sway would proceed into find_handler which would cause a crash trying to parse a NULL string. This could be triggered via e.g. `i3-msg -s $(sway --get-socketpath)`. |
||
|---|---|---|
| .. | ||
| commands.c | ||
| config.c | ||
| container.c | ||
| focus.c | ||
| handlers.c | ||
| input_state.c | ||
| ipc.c | ||
| layout.c | ||
| list.c | ||
| log.c | ||
| main.c | ||
| readline.c | ||
| resize.c | ||
| stringop.c | ||
| util.c | ||
| workspace.c | ||