News entry for

Fix for SF# 1649098: avoid zero-sized array declaration in structure.
This commit is contained in:
Thomas Heller 2007-07-13 17:36:01 +00:00
parent f9a8544567
commit 8b6a17bdeb
1 changed files with 3 additions and 0 deletions

View File

@ -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.