commit | 55549ec476c178ca4723ba97d4f00a015f427427 | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Tue Aug 30 00:27:10 2011 +0200 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Tue Aug 30 00:27:10 2011 +0200 |
tree | 43dee50c756d4a81c23efcc254a703d6425d1fb2 | |
parent | 82be19f889e97618d73f405ad53ceffbee462008 [diff] [blame] |
Issue #12847: Fix a crash with negative PUT and LONG_BINPUT arguments in the C pickle implementation.
diff --git a/Misc/NEWS b/Misc/NEWS index 61f5bd2..68caece 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -22,6 +22,9 @@ Library ------- +- Issue #12847: Fix a crash with negative PUT and LONG_BINPUT arguments in + the C pickle implementation. + - Issue #11564: Avoid crashes when trying to pickle huge objects or containers (more than 2**31 items). Instead, in most cases, an OverflowError is raised.