Name |
Last commit
|
Last update |
---|---|---|
.. | ||
corpora | ||
CMakeLists.txt | ||
config_file_fuzzer.c | ||
download_refs_fuzzer.c | ||
objects_fuzzer.c | ||
packfile_fuzzer.c | ||
standalone_driver.c |
The `printf` formatters in our standalone fuzzing driver are currently using the "%m" specifier, which is a GNU extension that prints the error message for the error code in `errno`. As we're using libgit2 functions in both cases anyway, let's just use `git_error_last` instead to make this valid on all platforms.
Name |
Last commit
|
Last update |
---|---|---|
.. | ||
corpora | Loading commit data... | |
CMakeLists.txt | Loading commit data... | |
config_file_fuzzer.c | Loading commit data... | |
download_refs_fuzzer.c | Loading commit data... | |
objects_fuzzer.c | Loading commit data... | |
packfile_fuzzer.c | Loading commit data... | |
standalone_driver.c | Loading commit data... |