• Show log

    Commit

  • Hash : a6b2fffd
    Author : Patrick Steinhardt
    Date : 2019-06-28T11:04:21

    fuzzers: use POSIX emulation layer to unlink files Use `p_unlink` instead of `unlink` to remove the generated packfiles in our packfile fuzzer. Like this, we do not have to worry about using proper includes that are known on all platforms, especially Win32.