From: Thomas Heller Date: Fri, 13 Jul 2007 17:36:01 +0000 (+0000) Subject: News entry for X-Git-Tag: v2.5.2c1~240 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8b6a17bdeb8d4d7d492029cea86eb38359cd9e29;p=thirdparty%2FPython%2Fcpython.git News entry for Fix for SF# 1649098: avoid zero-sized array declaration in structure. --- diff --git a/Misc/NEWS b/Misc/NEWS index c873f46fd994..91e58430f010 100644 --- 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.