commit
0c30a001bc
2
.github/workflows/ci-fuzz.yml
vendored
2
.github/workflows/ci-fuzz.yml
vendored
@ -16,7 +16,7 @@ jobs:
|
|||||||
fuzz-seconds: 900
|
fuzz-seconds: 900
|
||||||
dry-run: false
|
dry-run: false
|
||||||
- name: Upload Crash
|
- name: Upload Crash
|
||||||
uses: actions/upload-artifact@v1
|
uses: actions/upload-artifact@v4
|
||||||
if: failure()
|
if: failure()
|
||||||
with:
|
with:
|
||||||
name: artifacts
|
name: artifacts
|
||||||
|
|||||||
@ -491,6 +491,12 @@ extern "C"
|
|||||||
bit_buf >>= code_len;
|
bit_buf >>= code_len;
|
||||||
num_bits -= code_len;
|
num_bits -= code_len;
|
||||||
|
|
||||||
|
/* assert(sym2 != 0 && counter != 0); */
|
||||||
|
if (sym2 == 0 && counter == 0)
|
||||||
|
{
|
||||||
|
TINFL_CR_RETURN_FOREVER(40, TINFL_STATUS_FAILED);
|
||||||
|
}
|
||||||
|
|
||||||
pOut_buf_cur[0] = (mz_uint8)counter;
|
pOut_buf_cur[0] = (mz_uint8)counter;
|
||||||
if (sym2 & 256)
|
if (sym2 & 256)
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user