Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
libarchive: handle erroneous archives (#9452)
Some more codepaths were added to the fuzzer in #9003 However, these paths are only valid to call in the event `archive_read_open_memory` returns `ARCHIVE_OK` -- the fuzzer is currently blocked due to this and is why the coverage decreased between 17th Nov to 19th Nov (https://storage.googleapis.com/oss-fuzz-coverage/libarchive/reports/20221117/linux/src/libarchive/report.html vs https://storage.googleapis.com/oss-fuzz-coverage/libarchive/reports/20221119/linux/src/libarchive/report.html) Am looking to get the coverage back up as I'm writing some documentation about ossf/fuzz-introspector#580 (comment) @jvoisin could you help review? Signed-off-by: David Korczynski <[email protected]> Signed-off-by: David Korczynski <[email protected]>
- Loading branch information