• Show log

    Commit

  • Hash : 730c0edb
    Author : Patrick Steinhardt
    Date : 2018-07-19T14:21:35

    fuzzers: import download_refs fuzzer from oss-fuzz
    
    This is a direct copy of the code from google/oss-fuzz, written by
    Nelson Elhage (@nelhage). Note that due to the ".cc" ending, the file
    will not yet be picked up by the build system. This is intended, as
    currently that file is partly written in C++, requiring a conversion to
    C.