mirror of
https://github.com/google/brotli.git
synced 2026-09-22 06:35:52 +00:00
Null deference #302
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @QiAnXinCodeSafe on GitHub (Jan 16, 2020).
There is no check for the failed malloc
ee2a5e1540/c/fuzz/run_decode_fuzzer.c (L29)This in turn would cause a segfault, when buff is dereferenced
ee2a5e1540/c/fuzz/run_decode_fuzzer.c (L30)@eustas commented on GitHub (Jan 27, 2020):
This code is never executed - it is just a toy to check that fuzzer could be compiled. Will fix when get few free cycles.