]> granicus.if.org Git - python/commit
Fix segfault in pyexpat.c caused by 84375
authorChristian Heimes <christian@cheimes.de>
Sat, 29 Jun 2013 19:49:27 +0000 (21:49 +0200)
committerChristian Heimes <christian@cheimes.de>
Sat, 29 Jun 2013 19:49:27 +0000 (21:49 +0200)
commit721724270d5623cda4867a871aa34788dbf09021
tree36d5a6f2f2ba2d30e052cb21792e0f5de694cb51
parent82e6b94b9523beae3590d0c43eac15bf82a62c35
Fix segfault in pyexpat.c caused by 84375
u can be NULL, use XDECREF
Modules/pyexpat.c