diff options
author | Nadeem Vawda <nadeem.vawda@gmail.com> | 2012-08-05 00:19:09 (GMT) |
---|---|---|
committer | Nadeem Vawda <nadeem.vawda@gmail.com> | 2012-08-05 00:19:09 (GMT) |
commit | 37d3ff14871a25429fb93167aeace0589be45426 (patch) | |
tree | f0053233c44a4013f6f157e4c30984cc83089cbb /Misc | |
parent | 9c92a691e1f0f889fffd22a48d02ceaea38c05c6 (diff) | |
download | cpython-37d3ff14871a25429fb93167aeace0589be45426.zip cpython-37d3ff14871a25429fb93167aeace0589be45426.tar.gz cpython-37d3ff14871a25429fb93167aeace0589be45426.tar.bz2 |
#15546: Fix {GzipFile,LZMAFile}.read1()'s handling of pathological input data.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -77,6 +77,9 @@ Core and Builtins Library ------- +- Issue #15546: Fix handling of pathological input data in the read1() method of + the BZ2File, GzipFile and LZMAFile classes. + - Issue #13052: Fix IDLE crashing when replace string in Search/Replace dialog ended with '\'. Patch by Roger Serwy. |