Skip to content

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

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 14, 2018

Conversation

miss-islington
Copy link
Contributor

@miss-islington miss-islington commented Nov 13, 2018

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 [email protected]

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 <[email protected]>
@miss-islington
Copy link
Contributor Author

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

1 similar comment
@miss-islington
Copy link
Contributor Author

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

@Mariatta
Copy link
Member

@gpshead any reason you removed the "awaiting review" label? That is the reason this PR was not automerged.

@gpshead
Copy link
Member

gpshead commented Nov 14, 2018

The label changes look like a race condition between bedevere-bot and myself, it made the +merge -review change at the same time i had the page open and manually selected +automerge. I suspect github's UI RPC call for this probably sends the whole label list rather than just the deltas over what the user thought was there?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type-bug An unexpected behavior, bug, or error
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants