[Webkit-unassigned] [Bug 160830] Binding NULL pointer to reference in WebCore::RenderObject

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 15 10:48:59 PDT 2016


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

--- Comment #5 from Jonathan Bedard <jbedard at apple.com> ---
A few note about the underlying architecture: The central issue resolved in this patch is that the iterator can point to nothing (by design) functions which access the WebCore::InlineIterator generally assume the iterator is always pointing to something.  Additionally, when assigning this iterator to nothing, calls were made which assume the iterator was being assigned to a reference.  This patch attempts to unify assumptions, allowing the iterator to explicitly be assigned to NULL.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160815/26e35643/attachment.html>


More information about the webkit-unassigned mailing list