[3.9] bpo-35714: Reject null characters in struct format strings (GH-16928) by miss-islington · Pull Request #20373 · python/cpython
Navigation Menu
{{ message }}
- Notifications You must be signed in to change notification settings
- Fork 34.5k
Merged
miss-islington merged 1 commit intopython:3.9from
May 26, 2020Merged
Conversation
Copy link Copy Markdown
Contributor
struct.error is now raised if there is a null character in a struct
format string.
(cherry picked from commit 3f59b55)
Co-authored-by: Zackery Spytz zspytz@gmail.com
bedevere-bot
mentioned this pull request
the-knights-who-say-ni
added
the
CLA signed
label
bedevere-bot
added
type-bug
awaiting review labels
May 25, 2020Copy link Copy Markdown
Contributor Author
miss-islington
commented
May 25, 2020
miss-islington commented
May 25, 2020@ZackerySpytz and @serhiy-storchaka: Status check is done, and it's a success ✅ .
1 similar comment
Copy link Copy Markdown
Contributor Author
miss-islington
commented
May 25, 2020
miss-islington commented
May 25, 2020@ZackerySpytz and @serhiy-storchaka: Status check is done, and it's a success ✅ .
serhiy-storchaka approved these changes May 26, 2020
bedevere-bot
added
awaiting merge
and removed
awaiting review
labels
miss-islington
merged commit
5221a10
into
python:3.9
bedevere-bot
removed
the
awaiting merge
label
miss-islington
deleted the
backport-3f59b55-3.9
branch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment