[webkit-reviews] review granted: [Bug 31138] Uninitialized memory read in WebCore::Page::userStyleSheetLocationChanged() : [Attachment 42510] Supply missing length argument to avoid buffer overrun

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 4 15:57:34 PST 2009


Alexey Proskuryakov <ap at webkit.org> has granted Dan Kegel <dank at kegel.com>'s
request for review:
Bug 31138: Uninitialized memory read in
WebCore::Page::userStyleSheetLocationChanged()
https://bugs.webkit.org/show_bug.cgi?id=31138

Attachment 42510: Supply missing length argument to avoid buffer overrun
https://bugs.webkit.org/attachment.cgi?id=42510&action=review

------- Additional Comments from Alexey Proskuryakov <ap at webkit.org>
+	 * page/Page.cpp:
+	 (WebCore::Page::userStyleSheetLocationChanged):

Ideally, there should be per-function comments explaining changes.

r=me as is.


More information about the webkit-reviews mailing list