[Webkit-unassigned] [Bug 65316] Potential NULL-pointer vulnerability in [RenderLayer::updateLayerPosition]

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Feb 17 07:09:43 PST 2014


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


Deepak Mittal <deepak.m1 at samsung.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |deepak.m1 at samsung.com




--- Comment #9 from Deepak Mittal <deepak.m1 at samsung.com>  2014-02-17 07:06:55 PST ---
I think adding check for curr in 

if (curr->isBox() && curr->isTableRow())  is required for consistency , as while loop will break when either curr is NULL or curr does not have the layer..

in first case crash will happen in 

if (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