]> git.ipfire.org Git - thirdparty/zstd.git/commit
changed error code when pos<=size condition is not respected
authorYann Collet <cyan@fb.com>
Wed, 27 Sep 2017 17:35:56 +0000 (10:35 -0700)
committerYann Collet <cyan@fb.com>
Wed, 27 Sep 2017 17:35:56 +0000 (10:35 -0700)
commit9416195221552d6fc8b44b899360d3d14f7401ea
treec9d9c281898959d24cd9ae5208dcdd77ce3fd810
parentd56a350402ca8ad895195d41f4855799e82ca720
changed error code when pos<=size condition is not respected

Now pointing towards src_size or dst_size,
instead of error_GENERIC.
lib/common/error_private.c
lib/common/zstd_errors.h
lib/decompress/zstd_decompress.c