blob: d462c97d804095f23cf9ca661905bdf3ad4b4fd4 [file] [log] [blame]
Fixed an out of bounds memory access when parsing a truncated unicode
escape sequence at the end of a string such as ``'\N'``. It would read
one byte beyond the end of the memory allocation.