]> git.ipfire.org Git - thirdparty/zstd.git/commit
add requested check for legacy decoder v0.1
authorYann Collet <yann.collet.73@gmail.com>
Tue, 7 Feb 2023 22:47:16 +0000 (14:47 -0800)
committerYann Collet <yann.collet.73@gmail.com>
Tue, 7 Feb 2023 22:47:16 +0000 (14:47 -0800)
commitc5bf6b8b88456804b480176c6183a893ca01bf15
treecb1c72059ec4213cbca229795374514bcbdbcc8a
parent94197471719757d9dcf7aca10705d829a45817c8
add requested check for legacy decoder v0.1

which uses a different technique to store literals,
and therefore must check for potential overwrites.
lib/legacy/zstd_v01.c