Skip to content

[2.7] bpo-35552: Fix reading past the end in PyString_FromFormat(). (GH-11276)#11534

Merged
serhiy-storchaka merged 1 commit into
python:2.7from
serhiy-storchaka:backport-d586ccb-2.7
Jan 12, 2019
Merged

[2.7] bpo-35552: Fix reading past the end in PyString_FromFormat(). (GH-11276)#11534
serhiy-storchaka merged 1 commit into
python:2.7from
serhiy-storchaka:backport-d586ccb-2.7

Conversation

@serhiy-storchaka

@serhiy-storchaka serhiy-storchaka commented Jan 12, 2019

Copy link
Copy Markdown
Member

Format character "%s" in PyString_FromFormat() no longer read memory
past the limit if precision is specified.
(cherry picked from commit d586ccb)

https://bugs.python.org/issue35552

…ythonGH-11276)

Format character "%s" in PyString_FromFormat() no longer read memory
past the limit if precision is specified.
(cherry picked from commit d586ccb)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type-bug An unexpected behavior, bug, or error

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants