From 89f96668a3bc4e2f699f5775ad783c3ed2079bc9 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Tue, 19 Sep 2000 01:31:30 +0000 Subject: [PATCH] Add marshal.load*() input checking, for Bug #114754. --- pep-0042.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pep-0042.txt b/pep-0042.txt index ba0fd625f..ef7da8cff 100644 --- a/pep-0042.txt +++ b/pep-0042.txt @@ -122,6 +122,10 @@ Standard Library 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