commit | 946a51c187827adad860c6bb1986268ae68635d0 | [log] [tgz] |
---|---|---|
author | Christian Heimes <christian@cheimes.de> | Wed Nov 21 00:44:57 2007 +0000 |
committer | Christian Heimes <christian@cheimes.de> | Wed Nov 21 00:44:57 2007 +0000 |
tree | f42b67963ff02732a1041c78ac7262f2ccdf142a | |
parent | 6b5c14fe787dab4b9703a5330fbb441eaea095a7 [diff] [blame] |
Fixed #1372: zlibmodule.c: int overflow in PyZlib_decompress
diff --git a/Misc/NEWS b/Misc/NEWS index ab86a14..28c6c2a 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -141,6 +141,8 @@ - Build using system ffi library on arm*-linux*. +- Bug #1372: zlibmodule.c: int overflow in PyZlib_decompress + Documentation -------------