[Python-checkins] python/dist/src/Misc NEWS, 1.831.4.159, 1.831.4.160

akuchling at users.sourceforge.net akuchling at users.sourceforge.net
Tue Dec 28 21:31:30 CET 2004


Update of /cvsroot/python/python/dist/src/Misc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31141/Misc

Modified Files:
      Tag: release23-maint
	NEWS 
Log Message:
[Bug #1083110] calling .flush() on decompress objects causes a segfault due to an uninitialized pointer: fixes the problem and adds a test case

Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.831.4.159
retrieving revision 1.831.4.160
diff -u -d -r1.831.4.159 -r1.831.4.160
--- NEWS	22 Dec 2004 16:10:33 -0000	1.831.4.159
+++ NEWS	28 Dec 2004 20:31:25 -0000	1.831.4.160
@@ -65,6 +65,11 @@
 
 - Patch #945642: Fix non-blocking SSL sockets, which blocked on reads/writes.
 
+- Bug #1083110: ``zlib.decompress.flush()`` would segfault if called
+  immediately after creating the object, without any intervening 
+  ``.decompress()`` calls.
+
+
 Library
 -------
 



More information about the Python-checkins mailing list