[Webkit-unassigned] [Bug 189741] [Linux] Use memfd_create when available in SharedMemory implementation

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Sep 20 09:11:38 PDT 2018


https://bugs.webkit.org/show_bug.cgi?id=189741

--- Comment #4 from Michael Catanzaro <mcatanzaro at igalia.com> ---
(In reply to Carlos Garcia Campos from comment #3)
> I'm assuming this is available in more systems, no?

The syscall was added years before the glibc interface, but so what? It's nicer to use the glibc function, and there is a fallback, after all. syscall() is used in the sandbox code because it's really needed there, but here it's not: there is a fallback.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20180920/ef55dd30/attachment.html>


More information about the webkit-unassigned mailing list