]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'js/commit-graph-chunk-table-fix'
authorJunio C Hamano <gitster@pobox.com>
Tue, 5 Feb 2019 22:26:11 +0000 (14:26 -0800)
committerJunio C Hamano <gitster@pobox.com>
Tue, 5 Feb 2019 22:26:11 +0000 (14:26 -0800)
commit19a504d92bde1ba1936eb025c571fef7e6630e4b
tree2b00135c87360ebc06849766eda52d9b75b16290
parent40b8ba2c4458bd1ed6d32092712c07a4fc26e256
parent8b7c2eee7d2e6470a6d5484614e491d4a4571d09
Merge branch 'js/commit-graph-chunk-table-fix'

The codepath to read from the commit-graph file attempted to read
past the end of it when the file's table-of-contents was corrupt.

* js/commit-graph-chunk-table-fix:
  Makefile: correct example fuzz build
  commit-graph: fix buffer read-overflow
  commit-graph, fuzz: add fuzzer for commit-graph
Makefile
commit-graph.c