Details
-
Bug
-
Resolution: Fixed
-
P3: Somewhat important
-
6.2.0 Beta3
-
None
Description
wl_seat v7 only changes the following:
`From version 7 onwards, the fd must be mapped with MAP_PRIVATE by the recipient, as MAP_SHARED may fail.`
We have char *map_str = static_cast<char *>(mmap(nullptr, size, PROT_READ, MAP_SHARED, fd, 0));
Presumably because of that keymap CVE from a few years ago, I believe it should be safe to change even on old versions.
Attachments
Issue Links
- relates to
-
QTBUG-96258 Support wl_seat v6
- Closed