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
darwin
libffi
libffi_arm_wince
libffi_msvc
libffi_osx
_ctypes.c -rw-r--r-- 186.3 KB
_ctypes_test.c -rw-r--r-- 18.2 KB
_ctypes_test.h -rw-r--r-- 82 bytes
callbacks.c -rw-r--r-- 19.7 KB
callproc.c -rw-r--r-- 56.2 KB
cfield.c -rw-r--r-- 47.4 KB
ctypes.h -rw-r--r-- 16.6 KB
ctypes_dlfcn.h -rw-r--r-- 459 bytes
libffi.diff -rw-r--r-- 7.0 KB
malloc_closure.c -rw-r--r-- 2.7 KB
stgdict.c -rw-r--r-- 19.9 KB

back to top