diff options
author | Till Hofmann <thofmann@fedoraproject.org> | 2020-02-10 13:05:16 +0100 |
---|---|---|
committer | Simon Ser <contact@emersion.fr> | 2020-02-10 13:29:07 +0100 |
commit | 0f5157668da3cbf614a2f71ff24778ed62bad1ea (patch) | |
tree | 8c8b57327e880f38651a376d1f8d8a88e1db204f /sway/commands | |
parent | 46561fc914b26d37c0ffac3c03ad09c27c2d6c2b (diff) |
Avoid calling strcmp on nullptr
The function group_handler may get a nullptr as `new_group`. If that's
the case, return true, as if `new_group` was the empty string.
Also make the conversion to bool explicit when calling `strcmp`.
Diffstat (limited to 'sway/commands')
0 files changed, 0 insertions, 0 deletions