mirror of
https://github.com/randy408/libspng
synced 2025-03-28 21:13:20 +00:00
read_non_idat_chunks(): fix redeclaration
This commit is contained in:
parent
31cc69bcfe
commit
5ad604cd47
@ -2847,7 +2847,7 @@ static int read_non_idat_chunks(spng_ctx *ctx)
|
||||
|
||||
translated_keyword_offset = term - data + 1;
|
||||
|
||||
const unsigned char *zlib_stream = memchr(data + translated_keyword_offset, 0, peek_bytes - translated_keyword_offset);
|
||||
zlib_stream = memchr(data + translated_keyword_offset, 0, peek_bytes - translated_keyword_offset);
|
||||
if(zlib_stream == NULL) return SPNG_EITXT;
|
||||
if(zlib_stream == peek_end) return SPNG_EITXT;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user