commit | 45dba1da320c37f35a55e5b4873e5e9573a37711 | [log] [tgz] |
---|---|---|
author | Nadeem Vawda <nadeem.vawda@gmail.com> | Sun Oct 21 23:09:08 2012 +0200 |
committer | Nadeem Vawda <nadeem.vawda@gmail.com> | Sun Oct 21 23:09:08 2012 +0200 |
tree | 0d8c0bf00e48aaef009e05141bae3fc53d1e6018 | |
parent | dd72b3f6b7a3ab497db6134411f1e37ae3f6a5ab [diff] |
Issue #14398: Fix size truncation and overflow bugs in bz2 module.
diff --git a/Misc/NEWS b/Misc/NEWS index 4fa216d..c5eaa9c 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -122,6 +122,8 @@ Library ------- +- Issue #14398: Fix size truncation and overflow bugs in the bz2 module. + - Issue #5148: Ignore 'U' in mode given to gzip.open() and gzip.GzipFile(). - Issue #16220: wsgiref now always calls close() on an iterable response.