Staging
v0.5.1
https://github.com/python/cpython
Revision 555755ecff2669f4e020147d7d3a0aec71abb679 authored by Serhiy Storchaka on 12 January 2019, 09:20:50 UTC, committed by GitHub on 12 January 2019, 09:20:50 UTC
Format character "%s" in PyString_FromFormat() no longer read memory
past the limit if precision is specified.
(cherry picked from commit d586ccb04f79863c819b212ec5b9d873964078e4)
1 parent 08a81df
History
Tip revision: 555755ecff2669f4e020147d7d3a0aec71abb679 authored by Serhiy Storchaka on 12 January 2019, 09:20:50 UTC
[2.7] bpo-35552: Fix reading past the end in PyString_FromFormat(). (GH-11276) (GH-11534)
Tip revision: 555755e
File Mode Size
Grammar -rw-r--r-- 5.8 KB

back to top