[Python-checkins] python/dist/src/Misc NEWS,1.1235,1.1236
mwh at users.sourceforge.net
mwh at users.sourceforge.net
Mon Jan 31 18:09:27 CET 2005
Update of /cvsroot/python/python/dist/src/Misc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24013/Misc
Modified Files:
NEWS
Log Message:
More bug #1077106 stuff, sorry -- modem induced impatiece!
This should go on whatever bugfix branches the other fetches up on.
Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.1235
retrieving revision 1.1236
diff -u -d -r1.1235 -r1.1236
--- NEWS 29 Jan 2005 13:29:23 -0000 1.1235
+++ NEWS 31 Jan 2005 17:09:20 -0000 1.1236
@@ -21,6 +21,8 @@
- set and frozenset objects can now be marshalled. SF #1098985.
+- Bug #1077106: Poor argument checking could cause memory corruption
+ in calls to os.read().
Extension Modules
-----------------
More information about the Python-checkins
mailing list