]> git.ipfire.org Git - thirdparty/zstd.git/commit
ZSTD_decompressFrame(): use remainingSize instead of iend - ip 262/head
authorEric Biggers <ebiggers3@gmail.com>
Tue, 26 Jul 2016 17:42:20 +0000 (10:42 -0700)
committerEric Biggers <ebiggers3@gmail.com>
Tue, 26 Jul 2016 20:22:27 +0000 (13:22 -0700)
commit0a55e7a0bbaa387108f864a38cd249c2337448c2
tree1a8b819b02e08fb320d3c77864dfcb0abc46737a
parentaa6c70bf6079cef0b54c4e810b608abec40fce5b
ZSTD_decompressFrame(): use remainingSize instead of iend - ip

Same behavior, but no need to have redundant variables.
lib/decompress/zstd_decompress.c