commit | 5221a10dde4a3853fe7ace316d95767648055109 | [log] [tgz] |
---|---|---|
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Tue May 26 00:04:59 2020 -0700 |
committer | GitHub <noreply@github.com> | Tue May 26 00:04:59 2020 -0700 |
tree | 502c4fee95ca0c75364abd0ba40da7aa4571cb76 | |
parent | a729f4abb8a3b13b63d46c450faf64202751449b [diff] |
bpo-35714: Reject null characters in struct format strings (GH-16928) struct.error is now raised if there is a null character in a struct format string. (cherry picked from commit 3f59b55316f4c6ab451997902579aa69020b537c) Co-authored-by: Zackery Spytz <zspytz@gmail.com>