]> git.ipfire.org Git - thirdparty/zstd.git/commit
[lib] Validate buffers when ZSTD_c_stable{In,Out}Buffer is set
authorNick Terrell <terrelln@fb.com>
Mon, 12 Oct 2020 20:45:33 +0000 (13:45 -0700)
committerNick Terrell <terrelln@fb.com>
Fri, 30 Oct 2020 17:55:34 +0000 (10:55 -0700)
commitc74be3f6de267f2ab04a2ea89429fe112fb96ba6
treee2d34eea7e22ba92337840b239231ce1382df91c
parente3e0775cc8802f8d44f35400a8e6061e762a8450
[lib] Validate buffers when ZSTD_c_stable{In,Out}Buffer is set

Adds the validation of the input/output buffers only. They are still
unused.
lib/common/error_private.c
lib/common/zstd_errors.h
lib/compress/zstd_compress.c
lib/compress/zstd_compress_internal.h