Commit 5cc3971a6a45e65edf3ac64e3c58c9d52fad57f1

lhchavez 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.