Skip to content

Commit b18096b

Browse files
committed
gh-148395: Add Tests NEWS entry for decompressor UAF regression tests
Satisfy bedevere/news for the test-only PR (Security NEWS for the CVE fix already shipped).
1 parent 5bcd671 commit b18096b

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)