Fix segfault when bindsym command is empty (#5001)

Remove end token from BINDCOMMAND

fixes i3/i3#5000: bindsym command cannot be empty, because NULL string
causes i3 to segfault when copied in configure_binding()
This commit is contained in:
zhiv-git
2022-06-08 23:38:21 +03:00
committed by GitHub
parent 6ab64aa5b7
commit ce2665ca96
3 changed files with 32 additions and 2 deletions

View File

@ -0,0 +1 @@
Fix segfault if command in bindsym is empty