diff options
author | Christian Heimes <christian@cheimes.de> | 2013-07-26 21:04:29 (GMT) |
---|---|---|
committer | Christian Heimes <christian@cheimes.de> | 2013-07-26 21:04:29 (GMT) |
commit | 6ca8a05f10b37e068f7c7da196d0d97706b6f15f (patch) | |
tree | e81776228af77d691f4af19bf759fbb7f7c09493 /Misc | |
parent | 704e2d374f88bca83339b95d559b0abce12dc6bd (diff) | |
download | cpython-6ca8a05f10b37e068f7c7da196d0d97706b6f15f.zip cpython-6ca8a05f10b37e068f7c7da196d0d97706b6f15f.tar.gz cpython-6ca8a05f10b37e068f7c7da196d0d97706b6f15f.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
@@ -54,6 +54,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 value of a PyUnicode_AsWideChar() call in |