Adding upstream version 1.14~rc1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
fbed39bb64
commit
16040e6d0a
17 changed files with 216 additions and 154 deletions
|
@ -716,8 +716,8 @@ static bool LzmaDec_DecodeToDic(CLzmaDec *p, uint32_t dicLimit,
|
|||
*status = LZMA_STATUS_NEEDS_MORE_INPUT;
|
||||
return true;
|
||||
}
|
||||
if (p->tempBuf[0] != 0)
|
||||
return false;
|
||||
/* check first byte of the LZMA stream */
|
||||
if (p->tempBuf[0] != 0) return false;
|
||||
|
||||
LzmaDec_InitRc(p, p->tempBuf);
|
||||
p->tempBufSize = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue