[Webkit-unassigned] [Bug 15043] New: KJS::allocateBlock(): posix_memalign takes a void** as its first parameter

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Aug 21 17:33:05 PDT 2007


http://bugs.webkit.org/show_bug.cgi?id=15043

           Summary: KJS::allocateBlock(): posix_memalign takes a void** as
                    its first parameter
           Product: WebKit
           Version: 522+ (nightly)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Minor
          Priority: P2
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: leavengood at gmail.com


This clearly is not code that any current port uses, since it should not
compile without the change attached. But my port makes use of this since it was
already in the code, instead of making another #elsif. But as shown by the
documentation here:

http://www.opengroup.org/onlinepubs/000095399/functions/posix_memalign.html

the function is being called incorrectly. The simple patch attached corrects
that.


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



More information about the webkit-unassigned mailing list