[webkit-reviews] review granted: [Bug 66808] [chromium] Fix potential nullptr deref in TiledLayerChromium::pushPropertiesTo : [Attachment 104913] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Aug 23 14:15:16 PDT 2011


James Robinson <jamesr at chromium.org> has granted Adrienne Walker
<enne at google.com>'s request for review:
Bug 66808: [chromium] Fix potential nullptr deref in
TiledLayerChromium::pushPropertiesTo
https://bugs.webkit.org/show_bug.cgi?id=66808

Attachment 104913: Patch
https://bugs.webkit.org/attachment.cgi?id=104913&action=review

------- Additional Comments from James Robinson <jamesr at chromium.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=104913&action=review


> Source/WebCore/platform/graphics/chromium/cc/CCTiledLayerImpl.cpp:99
> +    if (m_skipsDraw || !m_tiler || m_tiler->isEmpty() || layerRect.isEmpty()
|| !layerRenderer())

this is redundant isn't it?


More information about the webkit-reviews mailing list