mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-07-05 04:23:58 +00:00
#393, Bug 1279467 - Fix null handling in RegExp character class with unicode flag. r=till
This commit is contained in:
committed by
Cameron Kaiser
parent
122e41a28c
commit
741f170e6f
@ -510,6 +510,7 @@ RegExpParser<CharT>::ParseClassCharacterEscape(widechar* code)
|
||||
case '6': case '7':
|
||||
if (unicode_) {
|
||||
if (current() == '0') {
|
||||
Advance();
|
||||
*code = 0;
|
||||
return true;
|
||||
}
|
||||
|
Reference in New Issue
Block a user