]> granicus.if.org Git - python/commit
Issue #10914: fix bogus memory management in Modules/getpath.c, leading to a possible...
authorAntoine Pitrou <solipsis@pitrou.net>
Thu, 17 Mar 2011 22:34:33 +0000 (23:34 +0100)
committerAntoine Pitrou <solipsis@pitrou.net>
Thu, 17 Mar 2011 22:34:33 +0000 (23:34 +0100)
commitbb6eb857cf055079b1108a2afd5a434433c97e90
tree660da71fb09ff88b8394b89e9546f550dd1e4e0c
parent9befeb3743aaaee6aef036b5a1092cc02d9b4dfa
Issue #10914: fix bogus memory management in Modules/getpath.c, leading to a possible crash when calling Py_SetPath()
Modules/getpath.c