Summary: | REGRESSION (r167879): Heap-use-after-free in WebCore::RenderFlexibleBox | ||||||
---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Simon Fraser (smfr) <simon.fraser> | ||||
Component: | Layout and Rendering | Assignee: | Manuel Rego Casasnovas <rego> | ||||
Status: | RESOLVED FIXED | ||||||
Severity: | Normal | CC: | commit-queue, darin, esprehn+autocc, glenn, jfernandez, kling, kondapallykalyan, mitz, rego, simon.fraser, svillar, webkit-bug-importer | ||||
Priority: | P2 | Keywords: | InRadar | ||||
Version: | 528+ (Nightly build) | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
URL: | https://www.flickr.com/photos/goopymart/14052958504/ | ||||||
Attachments: |
|
Description
Simon Fraser (smfr)
2014-04-29 08:31:48 PDT
Manuel, could you take a look? (In reply to comment #2) > Manuel, could you take a look? Yes, it seems it was introduced by my changes in OrderIterator. I'm uploading a new patch porting https://codereview.chromium.org/19558006 that seems to be fixing the issue here. It would be great if you could very it. Created attachment 230382 [details]
Patch
Comment on attachment 230382 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=230382&action=review > Source/WebCore/ChangeLog:15 > + The solution is simple: just clear the memory when we remove a child. "clear the memory" doesn't really match removing all items from the m_children vector. Comment on attachment 230382 [details] Patch Clearing flags on attachment: 230382 Committed r167942: <http://trac.webkit.org/changeset/167942> All reviewed patches have been landed. Closing bug. |