SIGN IN SIGN UP

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.
S
Serhiy Storchaka committed
d586ccb04f79863c819b212ec5b9d873964078e4
Parent: f1ec3ce
Committed by GitHub <noreply@github.com> on 1/12/2019, 8:30:35 AM