commit | 46d410616d91afbcfff6ac9ece42b01c2cbb86e0 | [log] [tgz] |
---|---|---|
author | Martin v. Löwis <martin@v.loewis.de> | Sat Dec 13 14:34:06 2008 +0000 |
committer | Martin v. Löwis <martin@v.loewis.de> | Sat Dec 13 14:34:06 2008 +0000 |
tree | cf3ffad9c1dd18fdc83b815049e3abbbb32207df | |
parent | ec96c0205bb77236bb87e4c1c5295b40a798bde8 [diff] [blame] |
Issue #4228: Pack negative values the same way as 2.4 in struct's L format.
diff --git a/Misc/NEWS b/Misc/NEWS index 97efe21..a98ae2c 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -217,6 +217,8 @@ Extension Modules ----------------- +- Issue #4228: Pack negative values the same way as 2.4 in struct's L format. + - Security Issue #2: imageop did not validate arguments correctly and could segfault as a result.