commit | 8b6a17bdeb8d4d7d492029cea86eb38359cd9e29 | [log] [tgz] |
---|---|---|
author | Thomas Heller <theller@ctypes.org> | Fri Jul 13 17:36:01 2007 +0000 |
committer | Thomas Heller <theller@ctypes.org> | Fri Jul 13 17:36:01 2007 +0000 |
tree | e38b8ba32af54b28cde741ff7fba9cfc37048a98 | |
parent | f9a8544567e8c96eba92d7e994d887481432d775 [diff] [blame] |
News entry for Fix for SF# 1649098: avoid zero-sized array declaration in structure.
diff --git a/Misc/NEWS b/Misc/NEWS index c873f46..91e5843 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -71,6 +71,9 @@ 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.