diff options
author | Christian Heimes <christian@cheimes.de> | 2013-07-26 22:33:13 (GMT) |
---|---|---|
committer | Christian Heimes <christian@cheimes.de> | 2013-07-26 22:33:13 (GMT) |
commit | 70c94e7896bc46c81e7b9648bde4745ce874f552 (patch) | |
tree | ed620e878815892dbed1011f1e5047f2713e0420 /Misc | |
parent | 1acc129d48121cc7ce5860e6825f14bdb8ea6d09 (diff) | |
download | cpython-70c94e7896bc46c81e7b9648bde4745ce874f552.zip cpython-70c94e7896bc46c81e7b9648bde4745ce874f552.tar.gz cpython-70c94e7896bc46c81e7b9648bde4745ce874f552.tar.bz2 |
Issue #18552: Check return value of PyArena_AddPyObject() in obj2ast_object().
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -12,6 +12,9 @@ What's New in Python 3.3.3 release candidate 1? Core and Builtins ----------------- +- Issue #18552: Check return value of PyArena_AddPyObject() in + obj2ast_object(). + - Issue #18560: Fix potential NULL pointer dereference in sum(). - Issue #15905: Fix theoretical buffer overflow in handling of sys.argv[0], |