[2.7] bpo-35214: Fix OOB memory access in unicode escape parser (GH-10506) (GH-10538)
Discovered using clang's MemorySanitizer. A msan build will fail by simply executing: ./python -c 'u"\N"' (cherry picked from commit 746b2d35) Co-authored-by: Gregory P. Smith <greg@krypto.org> [Google LLC]
Showing
Please register or sign in to comment