commit
0c30a001bc
4
.github/workflows/ci-fuzz.yml
vendored
4
.github/workflows/ci-fuzz.yml
vendored
@ -16,8 +16,8 @@ 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
|
||||||
path: ./out/artifacts
|
path: ./out/artifacts
|
||||||
|
|||||||
@ -490,6 +490,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