diff options
author | Christian Heimes <christian@cheimes.de> | 2013-07-26 21:04:39 (GMT) |
---|---|---|
committer | Christian Heimes <christian@cheimes.de> | 2013-07-26 21:04:39 (GMT) |
commit | f6e7e36c3d3ffa0c537a30253488fca4464ed409 (patch) | |
tree | 005e3dc64fcdb63869f09f0de42c307e3f321381 /Misc | |
parent | 4ebf6d7c3c2a0b04dd815c0b042294e36d644954 (diff) | |
parent | 6ca8a05f10b37e068f7c7da196d0d97706b6f15f (diff) | |
download | cpython-f6e7e36c3d3ffa0c537a30253488fca4464ed409.zip cpython-f6e7e36c3d3ffa0c537a30253488fca4464ed409.tar.gz cpython-f6e7e36c3d3ffa0c537a30253488fca4464ed409.tar.bz2 |
Issue #18561: Skip name in ctypes' _build_callargs() if name is NULL.
CID 486199
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -168,6 +168,8 @@ Core and Builtins Library ------- +- Issue #18561: Skip name in ctypes' _build_callargs() if name is NULL. + - Issue #18559: Fix NULL pointer dereference error in _pickle module - Issue #18556: Check the return type of PyUnicode_AsWideChar() in ctype's |