[Webkit-unassigned] [Bug 25652] New: wx port's PlatformPath may be deleted while in use

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri May 8 13:58:38 PDT 2009


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

           Summary: wx port's PlatformPath may be deleted while in use
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebKit wx
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: kevinwatters at gmail.com


PathWx.cpp's Path(const Path& path) constructor assigns m_path to another Path
object's m_path. This is invalid since wx refcounts the underlying object and
may delete it later.


-- 
Configure bugmail: https://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