Skip to content

Commit 700cb05

Browse files
revert that
1 parent 287992c commit 700cb05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Fix a dangling input pointer in :class:`lzma.LZMADecompressor`,
2-
and :class:`bz2.BZ2Decompressor`
2+
:class:`bz2.BZ2Decompressor`, and internal :class:`!zlib._ZlibDecompressor`
33
when memory allocation fails with :exc:`MemoryError`, which could let a
44
subsequent :meth:`!decompress` call read or write through a stale pointer to
55
the already-released caller buffer.

0 commit comments

Comments
 (0)