Do not dereference pane when it is NULL, fixes a crash when creating a
authornicm <nicm@openbsd.org>
Thu, 12 Aug 2021 08:10:20 +0000 (08:10 +0000)
committernicm <nicm@openbsd.org>
Thu, 12 Aug 2021 08:10:20 +0000 (08:10 +0000)
commitcaa8ce6a3685537daa76aca76d59413627de06b3
tree76e1d53bfa6612030166af155b4205db365cf6fd
parent9eee77352704a4b4fee7786d72d82865da232633
Do not dereference pane when it is NULL, fixes a crash when creating a
hook from the config, GitHub issue 2820.
usr.bin/tmux/format.c
usr.bin/tmux/notify.c