[Webkit-unassigned] [Bug 113466] [Mac][WK2] Don’t let plug-ins use System V shared memory

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 2 14:52:21 PDT 2013


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


Alexey Proskuryakov <ap at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED




--- Comment #5 from Alexey Proskuryakov <ap at webkit.org>  2013-04-02 14:50:33 PST ---
I went ahead and landed this, making necessary changes.

Committed <http://trac.webkit.org/r147500>.

> +// This needs to C linkage as it is replacing C based system calls.
> +extern "C" {

I confirmed that it's not necessary to use C linkage, or to put the code outside WebKit namespace.

My guess is that this didn't work for you because you were adding the code inside #ifndef __LP64__, next to existing overrides.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list