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
Raw File
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
.bzrignore
.purify
autom4te.cache
config.log
config.cache
config.status
config.status.lineno
db_home
Makefile
buildno
python
build
Makefile.pre
platform
pybuilddir.txt
pyconfig.h
libpython*.a
libpython*.so*
python.exe
python-gdb.py
reflog.txt
tags
TAGS
.gdb_history
Doc/tools/sphinx
Doc/tools/jinja
Doc/tools/jinja2
Doc/tools/pygments
Doc/tools/docutils
Misc/python.pc
Modules/Setup
Modules/Setup.config
Modules/Setup.local
Modules/config.c
Parser/pgen
Lib/test/data/*
Lib/lib2to3/Grammar*.pickle
Lib/lib2to3/PatternGrammar*.pickle
.coverage
coverage/*
htmlcov/*
back to top