mirror of
https://github.com/brl/mutter.git
synced 2024-11-24 00:50:42 -05:00
efb0addb62
Test the two modes of MetaAnonymousFile, MAPMODE_SHARED and MAPMODE_PRIVATE and make sure they don't leak data to other FDs when writing to an FD provided by `meta_anonymous_file_get_fd` even though the data of both FDs is residing in the same chunk of memory. We do all the reading tests using mmap instead of read() since using read() on shared FDs is going to move the read cursor of the fd. That means using read() once on the shared FD returned by meta_anonymous_file_get_fd() in MAPMODE_PRIVATE breaks every subsequent read() call. Also test the fallback code of MetaAnonymousFile in case `memfd_create` isn't used for the same issues. https://gitlab.gnome.org/GNOME/mutter/merge_requests/1012 |
||
---|---|---|
.. | ||
meson.build | ||
meta-anonymous-file.c | ||
subsurface-remap-toplevel.c | ||
test-driver.xml | ||
wayland-test-client-utils.c | ||
wayland-test-client-utils.h |