[Python-checkins] CVS: python/nondist/peps pep-0042.txt,1.17,1.18

Guido van Rossum python-dev@python.org
Mon, 18 Sep 2000 18:31:33 -0700


Update of /cvsroot/python/python/nondist/peps
In directory slayer.i.sourceforge.net:/tmp/cvs-serv24446

Modified Files:
	pep-0042.txt 
Log Message:
Add marshal.load*() input checking, for Bug #114754.


Index: pep-0042.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0042.txt,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -r1.17 -r1.18
*** pep-0042.txt	2000/09/17 19:36:22	1.17
--- pep-0042.txt	2000/09/19 01:31:30	1.18
***************
*** 123,126 ****
--- 123,130 ----
        http://sourceforge.net/bugs/?func=detailbug&bug_id=114553&group_id=5470
  
+     - Better checking for bad input to marshal.load*().
+ 
+       http://sourceforge.net/bugs/?func=detailbug&bug_id=114754&group_id=5470
+ 
  
  Tools