]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #16215: Fix potential double memory free in str.replace().
authorAntoine Pitrou <solipsis@pitrou.net>
Sat, 17 Nov 2012 22:29:28 +0000 (23:29 +0100)
committerAntoine Pitrou <solipsis@pitrou.net>
Sat, 17 Nov 2012 22:29:28 +0000 (23:29 +0100)
commit5439458a2a5f4da38eeef2007f400152148fe04f
treeae4fac480be7eebcf123d1c9da331489c212e199
parentffdb2c21b34253077001a0181c2fe1f4e4b2be15
parent6d5ad227a50c6c5a78e48a98095788953ab49512
Issue #16215: Fix potential double memory free in str.replace().
Patch by Serhiy Storchaka.
Misc/NEWS
Objects/unicodeobject.c