Skip to content

Commit c69f3e6

Browse files
Remove unaffected on 3.11
1 parent 72d9d77 commit c69f3e6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)