[Python-checkins] python/dist/src/Misc NEWS,1.1263,1.1264

loewis at users.sourceforge.net loewis at users.sourceforge.net
Fri Mar 4 15:37:03 CET 2005


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

Modified Files:
	NEWS 
Log Message:
Patches #925152, #1118602: Avoid reading after the end of the buffer
in pyexpat.GetInputContext. Will backport to 2.4.


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.1263
retrieving revision 1.1264
diff -u -d -r1.1263 -r1.1264
--- NEWS	4 Mar 2005 13:50:17 -0000	1.1263
+++ NEWS	4 Mar 2005 14:37:00 -0000	1.1264
@@ -44,6 +44,9 @@
 Extension Modules
 -----------------
 
+- Patches #925152, #1118602: Avoid reading after the end of the buffer
+  in pyexpat.GetInputContext.
+
 - Patches #749830, #1144555: allow UNIX mmap size to default to current 
   file size.
 



More information about the Python-checkins mailing list