[webkit-reviews] review granted: [Bug 48100] YARR allows what seems like a bogus character-class range : [Attachment 74993] The patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 29 08:37:10 PST 2010


Sam Weinig <sam at webkit.org> has granted Gavin Barraclough
<barraclough at apple.com>'s request for review:
Bug 48100: YARR allows what seems like a bogus character-class range
https://bugs.webkit.org/show_bug.cgi?id=48100

Attachment 74993: The patch
https://bugs.webkit.org/attachment.cgi?id=74993&action=review

------- Additional Comments from Sam Weinig <sam at webkit.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=74993&action=review

> JavaScriptCore/yarr/RegexParser.h:205
>	       empty,
>	       cachedCharacter,
>	       cachedCharacterHyphen,
> +	       afterCharacterClass,
> +	       afterCharacterClassHyphen,

Eek. This enum should have initial capital letters.


More information about the webkit-reviews mailing list