]> git.ipfire.org Git - thirdparty/zstd.git/commit
fixing potential over-reads 3592/head
authorYann Collet <cyan@fb.com>
Mon, 3 Apr 2023 23:52:32 +0000 (16:52 -0700)
committerYann Collet <cyan@fb.com>
Mon, 3 Apr 2023 23:52:32 +0000 (16:52 -0700)
commite4120c55130656c213c09007c02ece544d66ffc1
treed2edb971e533766e982de3a875e9ba1576ea1fa2
parent2b71b79f9817a6c4d5326acedc0302d02d77852c
fixing potential over-reads

detected by @terrelln,
these issue could be triggered in specific scenarios
namely decompression of certain invalid magic-less frames,
or requested properties from certain invalid skippable frames.
lib/decompress/zstd_decompress.c