mirror of
https://github.com/facebook/zstd
synced 2026-08-22 22:32:07 -04:00
parent
053e4bef20
commit
e8de8085f4
1 changed files with 1 additions and 0 deletions
|
|
@ -2096,6 +2096,7 @@ size_t ZSTD_decompressStream(ZSTD_DStream* zds, ZSTD_outBuffer* output, ZSTD_inB
|
|||
U32 someMoreWork = 1;
|
||||
|
||||
DEBUGLOG(5, "ZSTD_decompressStream");
|
||||
assert(zds != NULL);
|
||||
RETURN_ERROR_IF(
|
||||
input->pos > input->size,
|
||||
srcSize_wrong,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue