]> git.ipfire.org Git - thirdparty/zstd.git/commit
detect extraneous bytes in the Sequences section 3674/head
authorYann Collet <cyan@fb.com>
Tue, 13 Jun 2023 18:43:45 +0000 (11:43 -0700)
committerYann Collet <cyan@fb.com>
Tue, 13 Jun 2023 18:43:45 +0000 (11:43 -0700)
commitb46236278a0adea097ce7792824f93a678a74069
treec82833de0c1c18a695c19b32e484cf3c80bfa39e
parentc8888d9bf4dd6950eb8faeb648c71929e16fecff
detect extraneous bytes in the Sequences section

when nbSeq == 0.

Reported by @ip7z
lib/decompress/zstd_decompress_block.c
tests/cli-tests/decompression/detectErrors.sh [new file with mode: 0755]
tests/playTests.sh