commit | 0d423b870b0669e7a47aca2739f89e96652546ce | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Thu Jan 07 17:46:49 2010 +0000 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Thu Jan 07 17:46:49 2010 +0000 |
tree | f79be272e08e3e2344e6ec7a48b040365935a816 | |
parent | bdd863d0621fdd4e16ff9f9fc1f7ed5fef432721 [diff] [blame] |
Issue #7455: Fix possible crash in cPickle on invalid input. Patch by Florent Xicluna.
diff --git a/Misc/NEWS b/Misc/NEWS index 274b150..199680e 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -65,6 +65,9 @@ Library ------- +- Issue #7455: Fix possible crash in cPickle on invalid input. Patch by + Florent Xicluna. + - Issue #7092: Fix the DeprecationWarnings emitted by the standard library when using the -3 flag. Patch by Florent Xicluna.