[Webkit-unassigned] [Bug 96272] New: Mistaken call to CRASH macro in NPN_InitializeVariantWithStringCopy

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Sep 10 07:29:19 PDT 2012


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

           Summary: Mistaken call to CRASH macro in
                    NPN_InitializeVariantWithStringCopy
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Major
          Priority: P2
         Component: Plug-ins
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: jbrianceau at nds.com


NPN_InitializeVariantWithStringCopy function call CRASH macro when NPString passed in parameters has a null length and malloc(0) returns NULL.
CRASH should only be called in this function for malloc failures with NPString length greater than 0.

-- 
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