[Webkit-unassigned] [Bug 92056] New: Clear the external characters pointer of an AtomicHTMLToken before the raw token is cleared.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jul 23 19:27:28 PDT 2012


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

           Summary: Clear the external characters pointer of an
                    AtomicHTMLToken before the raw token is cleared.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: HTML DOM
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: skyul at company100.net


AtomicHTMLToken keeps a pointer to the HTMLToken's buffer instead of copying the characters for performance. Clear the external characters pointer before the raw token is cleared to make sure that we won't have a dangling pointer.

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