Skip to content

Commit 287992c

Browse files
remove _ZlibDecompressor
1 parent e100aea commit 287992c

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-
:class:`bz2.BZ2Decompressor`, and internal :class:`!zlib._ZlibDecompressor`
2+
and :class:`bz2.BZ2Decompressor`
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)