[Fontconfig-bugs] [Bug 101889] Make fontconfig cache relocatable
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Tue Aug 1 11:36:31 UTC 2017
https://bugs.freedesktop.org/show_bug.cgi?id=101889
Behdad Esfahbod <freedesktop at behdad.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |freedesktop at behdad.org
--- Comment #3 from Behdad Esfahbod <freedesktop at behdad.org> ---
I'm concerned about this. Note that MAP_PRIVATE doesn't do what you think it
does. Quoting manpage:
MAP_PRIVATE
Create a private copy-on-write mapping. Updates to the map‐
ping are not visible to other processes mapping the same
file, and are not carried through to the underlying file.
It is unspecified whether changes made to the file after the
mmap() call are visible in the mapped region.
The last sentence is important here. No?
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/fontconfig-bugs/attachments/20170801/946f0363/attachment.html>
More information about the Fontconfig-bugs
mailing list