Skip to content

Commit 5f474f2

Browse files
committed
Use previous blurb
1 parent da69f5d commit 5f474f2

2 files changed

Lines changed: 4 additions & 7 deletions

File tree

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1-
In :mod:`zipfile`, bound the amount of data that's decompressed at once
2-
using bzip2, LZMA and Zstandard to avoid allocating excessive memory if the
3-
archive declares a large uncompressed size.
1+
Bound the amount of data :mod:`zipfile` decompresses per read for members
2+
compressed with bzip2, LZMA, or Zstandard, matching the existing limit for
3+
deflate. A small archive member could previously expand into an unbounded
4+
allocation even when read in small chunks.

Misc/NEWS.d/next/Security/2026-06-22-09-45-00.GHSA-p384-rgv5-vhc2.zKb3Lm.rst

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)