[Webkit-unassigned] [Bug 140068] New: [Linux] SeccompBrokerClient should cache arbitrary file descriptors

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Jan 4 19:38:39 PST 2015


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

            Bug ID: 140068
           Summary: [Linux] SeccompBrokerClient should cache arbitrary
                    file descriptors
    Classification: Unclassified
           Product: WebKit
           Version: 528+ (Nightly build)
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit2
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: mcatanzaro at igalia.com

If malloc() attempts to open /proc/sys/vm/overcommit_memory in a SIGSYS signal handler, the SeccompBroker will attempt to recursively broker the open() syscall. Generalize the existing code that already handles the similar case where malloc() opens /sys/devices/system/cpu/online to handle this situation as well.

-- 
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/20150105/87ce571b/attachment-0002.html>


More information about the webkit-unassigned mailing list