Skip to content

[3.6] bpo-35214: Fix OOB memory access in unicode escape parser (GH-10506) - #10523

Merged
miss-islington merged 1 commit into
python:3.6from
miss-islington:backport-746b2d3-3.6
Nov 13, 2018
Merged

[3.6] bpo-35214: Fix OOB memory access in unicode escape parser (GH-10506)#10523
miss-islington merged 1 commit into
python:3.6from
miss-islington:backport-746b2d3-3.6

Conversation

@miss-islington

@miss-islingtonmiss-islington commented Nov 13, 2018

Copy link
Copy Markdown
Contributor

Discovered using clang's MemorySanitizer when it ran python3's
test_fstring test_misformed_unicode_character_name.

An msan build will fail by simply executing: ./python -c 'u"\N"'
(cherry picked from commit 746b2d3)

Co-authored-by: Gregory P. Smith greg@krypto.org

https://bugs.python.org/issue35214

…0506)
Discovered using clang's MemorySanitizer when it ran python3's
test_fstring test_misformed_unicode_character_name.
An msan build will fail by simply executing: ./python -c 'u"\N"'
(cherry picked from commit 746b2d3)
Co-authored-by: Gregory P. Smith <greg@krypto.org>
@miss-islington

Copy link
Copy Markdown
ContributorAuthor

@gpshead: Status check is done, and it's a success ✅ .

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type-bugAn unexpected behavior, bug, or error

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

@miss-islington@gpshead@the-knights-who-say-ni@bedevere-bot