summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Core and Builtins/2018-11-13-00-40-35.bpo-35214.OQBjph.rst
blob: d462c97d804095f23cf9ca661905bdf3ad4b4fd4 (plain)
1
2
3
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.