]> git.ipfire.org Git - thirdparty/zstd.git/commit
dictBuilder fails to create dictionary on certain input 626/head
authorYann Collet <cyan@fb.com>
Thu, 23 Mar 2017 23:24:02 +0000 (16:24 -0700)
committerYann Collet <cyan@fb.com>
Thu, 23 Mar 2017 23:24:02 +0000 (16:24 -0700)
commitf332ece468f2368001c6e593c8f2dade56cadd8e
treec019c646bb7ed4cec1637a52e7beac19b630552b
parent5caaa1596835d6c1834d91049b8a3e55b5e68d24
dictBuilder fails to create dictionary on certain input

Properly expressed with an error code (see zstd_errors.h)
and a cli return code != 0
lib/common/error_private.c
lib/common/zstd_errors.h
lib/dictBuilder/zdict.c
programs/zstdcli.c
tests/playTests.sh