mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
gh-132983: Don't allow trailer data in ZstdFile (#133736)
This commit is contained in:
parent
c896dae029
commit
50b5370664
2 changed files with 2 additions and 3 deletions
|
@ -89,7 +89,6 @@ class ZstdFile(_streams.BaseStream):
|
|||
raw = _streams.DecompressReader(
|
||||
self._fp,
|
||||
ZstdDecompressor,
|
||||
trailing_error=ZstdError,
|
||||
zstd_dict=zstd_dict,
|
||||
options=options,
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue