• Show log

    Commit

  • Hash : 400caed3
    Author : lhchavez
    Date : 2017-12-06T03:22:58

    libFuzzer: Fix a git_packfile_stream leak This change ensures that the git_packfile_stream object in git_indexer_append() does not leak when the stream has errors. Found using libFuzzer.