[Webkit-unassigned] [Bug 118001] New: REGRESSION: r132916 CFStrings are adopted twice

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 25 13:11:07 PDT 2013


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

           Summary: REGRESSION: r132916 CFStrings are adopted twice
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: New Bugs
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: tobias.netzel at gmail.com


r132916 changed createCFString() to return a RetainPtr to a CFString instead of a CFString itself.
In that patch there are missing a few cases where adoptCF() is still called on the return value of createCFString(), leading to crashes here where that String is then collected by the ObjC garbage collector, although it still needs to be accessed.

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