• Show log

    Commit

  • Hash : 9d43d45b
    Author : Patrick Steinhardt
    Date : 2019-06-28T12:10:51

    fuzzers: use `git_buf_printf` instead of `snprintf` The `snprintf` function does not exist on Win32, it only has `_snprintf_s` available. Let's just avoid any cross-platform hassle and use our own `git_buf` functionality instead.