[Webkit-unassigned] [Bug 93750] New: RenderQuote corrupts doubly linked list on insertion before head of list
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Aug 10 16:09:19 PDT 2012
https://bugs.webkit.org/show_bug.cgi?id=93750
Summary: RenderQuote corrupts doubly linked list on insertion
before head of list
Product: WebKit
Version: 528+ (Nightly build)
Platform: All
OS/Version: All
Status: NEW
Severity: Normal
Priority: P2
Component: Layout and Rendering
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: esprehn at chromium.org
RenderQuote::attachQuote has a bug where the previous pointer of the next node is not updated when a RenderQuote is inserted at the head of the list. This can leave stale pointers since m_next->m_previous may not be equal to this.
--
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