diff options
author | Brian Ashworth <bosrsf04@gmail.com> | 2019-05-30 23:38:48 -0400 |
---|---|---|
committer | Simon Ser <contact@emersion.fr> | 2019-05-31 07:58:31 +0300 |
commit | 6dfe238ff1e756bc51a609143d22f0659e3e89c8 (patch) | |
tree | 8406efc7424eef1bf82a8c5bd3a6d6cddbc85165 /include/wlr/version.h.in | |
parent | a5e32f652b84ae71e207af6b9615a69c7738928f (diff) |
zwp_virtual-keyboard: fix mmap error handling
If mmap fails, it will return MAP_FAILED not NULL. Since the error
handling was incorrectly checking for NULL, MAP_FAILED was being passed
to xkb_keymap_new_from_string, on mmap failure, causing a segfault.
This just fixes the error checking.
Diffstat (limited to 'include/wlr/version.h.in')
0 files changed, 0 insertions, 0 deletions