diff options
author | Thomas Heller <theller@ctypes.org> | 2007-07-13 17:36:01 +0000 |
---|---|---|
committer | Thomas Heller <theller@ctypes.org> | 2007-07-13 17:36:01 +0000 |
commit | 8b6a17bdeb8d4d7d492029cea86eb38359cd9e29 (patch) | |
tree | e38b8ba32af54b28cde741ff7fba9cfc37048a98 | |
parent | f9a8544567e8c96eba92d7e994d887481432d775 (diff) | |
download | cpython-git-8b6a17bdeb8d4d7d492029cea86eb38359cd9e29.tar.gz |
News entry for
Fix for SF# 1649098: avoid zero-sized array declaration in structure.
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |