summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next
diff options
context:
space:
mode:
authorRuben Vorderman <r.h.p.vorderman@lumc.nl>2021-11-19 18:07:05 (GMT)
committerGitHub <noreply@github.com>2021-11-19 18:07:05 (GMT)
commit0ff3d95b9875805ac03aeffc37ae4458ce3b8ac0 (patch)
tree6f82877c128a0bab19926e8fe4b3a9d7eb3716b2 /Misc/NEWS.d/next
parent7e44dc0ba768451f287a541cd1c85f7d87a41561 (diff)
downloadcpython-0ff3d95b9875805ac03aeffc37ae4458ce3b8ac0.zip
cpython-0ff3d95b9875805ac03aeffc37ae4458ce3b8ac0.tar.gz
cpython-0ff3d95b9875805ac03aeffc37ae4458ce3b8ac0.tar.bz2
bpo-45507: EOFErrors should be thrown for truncated gzip members (GH-29029)
Diffstat (limited to 'Misc/NEWS.d/next')
-rw-r--r--Misc/NEWS.d/next/Library/2021-10-18-14-00-01.bpo-45507.lDotNV.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2021-10-18-14-00-01.bpo-45507.lDotNV.rst b/Misc/NEWS.d/next/Library/2021-10-18-14-00-01.bpo-45507.lDotNV.rst
new file mode 100644
index 0000000..a69ccda
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2021-10-18-14-00-01.bpo-45507.lDotNV.rst
@@ -0,0 +1 @@
+Add tests for truncated/missing trailers in gzip.decompress implementation.