lantiq: Fix fw_cutter LzmaWrapper
This commit is contained in:
parent
7b35c1b0f0
commit
a546c0b3bc
@ -153,7 +153,7 @@ int lzma_inflate(unsigned char *source, int s_len, unsigned char *dest, int *d_l
|
||||
outStream = 0;
|
||||
else
|
||||
{
|
||||
if (outSizeFull > d_len)
|
||||
if (outSizeFull > *d_len)
|
||||
outStream = 0;
|
||||
else
|
||||
outStream = dest;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user