From: Christian Heimes Date: Fri, 26 Jul 2013 21:04:39 +0000 (+0200) Subject: Issue #18561: Skip name in ctypes' _build_callargs() if name is NULL. X-Git-Tag: v3.4.0a1~70 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f6e7e36c3d3ffa0c537a30253488fca4464ed409;p=python Issue #18561: Skip name in ctypes' _build_callargs() if name is NULL. CID 486199 --- f6e7e36c3d3ffa0c537a30253488fca4464ed409 diff --cc Misc/NEWS index 10ea9f7da7,769b80e730..321ab6e578 --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -168,12 -54,12 +168,14 @@@ Core and Builtin 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 - ctypes' U_set(). +- Issue #18556: Check the return type of PyUnicode_AsWideChar() in ctype's + U_set(). + +- Issue #17818: aifc.getparams now returns a namedtuple. - Issue #18549: Eliminate dead code in socket_ntohl()