diff options
author | 2013-07-25 17:34:00 -0400 | |
---|---|---|
committer | 2013-07-25 17:34:00 -0400 | |
commit | 845f7845aa6493b59a3b3c427ae85fcd42f58d16 (patch) | |
tree | 63ca42530d27b5df5f8047b5c7a4ca3c02436e37 /Misc/NEWS | |
parent | #15130: remove repeat of abstract paragraph from socket howto body. (diff) | |
download | cpython-845f7845aa6493b59a3b3c427ae85fcd42f58d16.tar.gz cpython-845f7845aa6493b59a3b3c427ae85fcd42f58d16.tar.bz2 cpython-845f7845aa6493b59a3b3c427ae85fcd42f58d16.zip |
Issue #18556: Check the return value for PyUnicode_AsWideChar() in
U_set() from ctypes.
CID #486657
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS index 7880adb2b70..8c23a9e56bb 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -52,6 +52,9 @@ Core and Builtins Library ------- +- Issue #18556: Check the return value of a PyUnicode_AsWideChar() call in + ctypes' U_set(). + - Issue #18549: Eliminate dead code in socket_ntohl() - Issue #18514: Fix unreachable Py_DECREF() call in PyCData_FromBaseObj() |