We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bcd671 commit b18096bCopy full SHA for b18096b
1 file changed
Misc/NEWS.d/next/Tests/2026-07-26-07-17-42.gh-issue-148395.rUUXvU.rst
@@ -0,0 +1,5 @@
1
+Add regression tests for the CVE-2026-6100 fix so a
2
+:class:`~bz2.BZ2Decompressor`, :class:`~lzma.LZMADecompressor`, or
3
+:class:`zlib._ZlibDecompressor` that raised :exc:`MemoryError` during
4
+:meth:`~bz2.BZ2Decompressor.decompress` cannot silently regain a dangling
5
+input pointer on the next call.
0 commit comments