[Webkit-unassigned] [Bug 65316] Potential NULL-pointer vulnerability in [RenderLayer::updateLayerPosition]
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Aug 5 03:38:13 PDT 2011
https://bugs.webkit.org/show_bug.cgi?id=65316
--- Comment #2 from Alexey Utkin <alexey.utkin at oracle.com> 2011-08-05 03:38:13 PST ---
Suggested fix in line 672
(file http://trac.webkit.org/browser/trunk/Source/WebCore/rendering/RenderLayer.cpp):
-if (curr->isBox() && curr->isTableRow()) {
+if (curr && curr->isBox() && curr->isTableRow()) {
--
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