[webkit-reviews] review granted: [Bug 70011] script-src * should allow all URLs : [Attachment 110816] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 13 02:53:16 PDT 2011


Eric Seidel <eric at webkit.org> has granted Adam Barth <abarth at webkit.org>'s
request for review:
Bug 70011: script-src * should allow all URLs
https://bugs.webkit.org/show_bug.cgi?id=70011

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

------- Additional Comments from Eric Seidel <eric at webkit.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=110816&action=review


OK.

> Source/WebCore/page/ContentSecurityPolicy.cpp:273
> +    if (end - begin == 1 && *begin == '*') {

It seems like you should have a local length = end - begin?  Or do you move
begin?


More information about the webkit-reviews mailing list