[Python-checkins] python/dist/src/Misc NEWS, 1.1193.2.30, 1.1193.2.31

loewis at users.sourceforge.net loewis at users.sourceforge.net
Fri Mar 4 15:38:10 CET 2005


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

Modified Files:
      Tag: release24-maint
	NEWS 
Log Message:
Patches #925152, #1118602: Avoid reading after the end of the buffer
in pyexpat.GetInputContext.


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.1193.2.30
retrieving revision 1.1193.2.31
diff -u -d -r1.1193.2.30 -r1.1193.2.31
--- NEWS	4 Mar 2005 13:51:55 -0000	1.1193.2.30
+++ NEWS	4 Mar 2005 14:38:06 -0000	1.1193.2.31
@@ -33,6 +33,9 @@
 Extension Modules
 -----------------
 
+- Patches #925152, #1118602: Avoid reading after the end of the buffer
+  in pyexpat.GetInputContext.
+
 - Patch #1093585: raise a ValueError for negative history items in readline.
   {remove_history,replace_history}
 



More information about the Python-checkins mailing list