[Webkit-unassigned] [Bug 65316] Potential NULL-pointer vulnerability in [RenderLayer::updateLayerPosition]
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Oct 19 07:11:58 PDT 2012
https://bugs.webkit.org/show_bug.cgi?id=65316
--- Comment #8 from Jae Hyun Park <jae.park at company100.net> 2012-10-19 07:12:54 PST ---
(In reply to comment #7)
> Well, I am not a code owner or contributer. Code patching is out of competition. The only thing that I see is a code inconsistency. It could be not a WebCore issue, but code structure was contradictory. To be consistence the "while" circle need to be reduced to something like
> while (!curr->hasLayer())
> , or insert an assertion about |curr| before
> if (curr->isBox() && curr->isTableRow()) {
> line, or accept the patch and report your objection in upper level function.
> That is my IMHO.
I agree. The main reason I created this patch was because of that inconsistency.
--
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