Files
libgit2/fuzzers
Patrick Steinhardt 6905581304 fuzzers: make printf formatters cross-platform compatible
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.
2019-07-05 11:58:33 +02:00
..
2019-05-19 11:10:09 +01:00