]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
News entry for
authorThomas Heller <theller@ctypes.org>
Fri, 13 Jul 2007 17:36:01 +0000 (17:36 +0000)
committerThomas Heller <theller@ctypes.org>
Fri, 13 Jul 2007 17:36:01 +0000 (17:36 +0000)
Fix for SF# 1649098: avoid zero-sized array declaration in structure.

Misc/NEWS

index c873f46fd9940f5a2a8e1c40f44f81dd43cbfc1d..91e58430f010b487c605cc4561e7ccee02478dc6 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -71,6 +71,9 @@ Library
 Extension Modules
 -----------------
 
+- Bug #1649098: Avoid declaration of zero-sized array declaration in
+  structure.
+
 - Bug #1703286: ctypes no longer truncates 64-bit pointers.
 
 - Bug #1721309: prevent bsddb module from freeing random memory.