diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2019-01-12 08:52:55 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-12 08:52:55 (GMT) |
commit | cbc7c2c791185ad44b4b3ede72309df5f252f4cb (patch) | |
tree | 9b7e2027e156fc4d7d735180bbafd9a1d9115f89 /Lib/idlelib/idle_test/test_pyparse.py | |
parent | d39c19255910b9dce08c595f511597e98b09e91f (diff) | |
download | cpython-cbc7c2c791185ad44b4b3ede72309df5f252f4cb.zip cpython-cbc7c2c791185ad44b4b3ede72309df5f252f4cb.tar.gz cpython-cbc7c2c791185ad44b4b3ede72309df5f252f4cb.tar.bz2 |
bpo-35552: Fix reading past the end in PyUnicode_FromFormat() and PyBytes_FromFormat(). (GH-11276)
Format characters "%s" and "%V" in PyUnicode_FromFormat() and "%s" in PyBytes_FromFormat()
no longer read memory past the limit if precision is specified.
(cherry picked from commit d586ccb04f79863c819b212ec5b9d873964078e4)
Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Diffstat (limited to 'Lib/idlelib/idle_test/test_pyparse.py')
0 files changed, 0 insertions, 0 deletions