commit | 6d5ad227a50c6c5a78e48a98095788953ab49512 | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Sat Nov 17 23:28:17 2012 +0100 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Sat Nov 17 23:28:17 2012 +0100 |
tree | 9890bd98fc7c2069fcea429811e4c42f6590508a | |
parent | fa7aeecbca8265b81749c0c7c85704070c8eeefe [diff] |
Issue #16215: Fix potential double memory free in str.replace(). Patch by Serhiy Storchaka.