From: Christian Heimes Date: Fri, 26 Jul 2013 20:45:47 +0000 (+0200) Subject: Issue #18559: Fix NULL pointer dereference error in _pickle module X-Git-Tag: v3.4.0a1~72 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f446d217089e61778c794023f38932e2c2798234;p=thirdparty%2FPython%2Fcpython.git Issue #18559: Fix NULL pointer dereference error in _pickle module --- f446d217089e61778c794023f38932e2c2798234 diff --cc Misc/NEWS index 1dff486842a6,24b0c53f6cd0..2f387e7475a6 --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -166,10 -52,10 +166,12 @@@ Core and Builtin Library ------- + - 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()