From: Steve Dower Date: Thu, 27 Oct 2016 21:29:13 +0000 (-0700) Subject: Issue #28522: Fixes mishandled buffer reallocation in getpathp.c X-Git-Tag: v3.7.0a1~2116 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=06ba3d34b4c2726dc9bf0a5cd4588fcb9c343e55;p=thirdparty%2FPython%2Fcpython.git Issue #28522: Fixes mishandled buffer reallocation in getpathp.c --- 06ba3d34b4c2726dc9bf0a5cd4588fcb9c343e55 diff --cc Misc/NEWS index bb31f736fb22,9c2dc4ee7551..1aad47810fbb --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -321,6 -330,6 +321,8 @@@ Librar Windows ------- ++- Issue #28522: Fixes mishandled buffer reallocation in getpathp.c ++ - Issue #28402: Adds signed catalog files for stdlib on Windows. - Issue #28333: Enables Unicode for ps1/ps2 and input() prompts. (Patch by