]> git.ipfire.org Git - thirdparty/zstd.git/commit
fixed a second memset() on NULL 1395/head
authorYann Collet <cyan@fb.com>
Mon, 29 Oct 2018 22:03:57 +0000 (15:03 -0700)
committerYann Collet <cyan@fb.com>
Mon, 29 Oct 2018 22:03:57 +0000 (15:03 -0700)
commitacd75a1448abe243c10ea637fe9af7dc8069fd01
tree1bdfe9fe2b92a912711ddba15772b7e3d3e3c449
parent9c5809820081cbee89984052763846e29c67bd0e
fixed a second memset() on NULL

not sure why it only triggers now,
this code has been around for a while.

Introduced a new error code : dstBuffer_null,
I couldn't express anything even remotely similar with existing error codes set.
lib/common/error_private.c
lib/common/zstd_errors.h
lib/decompress/zstd_decompress.c