aboutsummaryrefslogtreecommitdiffhomepage
path: root/projects/libarchive/libarchive_fuzzer.cc
Commit message (Collapse)AuthorAge
* [libarchive] process archive_read_next_header() return codes like bsdtar (#2427)Gravatar Martin Matuška2019-05-16
| | | | | | | | | ARCHIVE_EOF and ARCHIVE_FATAL are the only valid exit codes ARCHIVE_RETRY should read to re-entering the loop All other codes (ARCHIVE_OK, ARCHIVE_WARN, ARCHIVE_FAILED) do not prohibit the caller from reading data and next headers. This behavior is identical with bsdtar (tar/read.c) and enables better discovery of possible bugs by fuzzing.
* [libarchive] fix wrongly placed parentheses in 89ae65d (#307)Gravatar Martin Matuška2017-01-22
|
* Fix compile error in libarchiveGravatar Abhishek Arya2017-01-21
|
* [libarchive] correctly exit on read error in libarchive_fuzzer.cc (#305) (#305)Gravatar Martin Matuška2017-01-20
| | | | | | Thanks! As we are discussing in https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=234#c6 we encourage you to move this file into your repo. https://github.com/google/oss-fuzz/blob/master/docs/ideal_integration.md
* [infra] renaming targets/ to projects/Gravatar Mike Aizatsky2016-11-29