-
- Downloads
commit-graph: fix buffer read-overflow
fuzz-commit-graph identified a case where Git will read past the end of a buffer containing a commit graph if the graph's header has an incorrect chunk count. A simple bounds check in parse_commit_graph() prevents this. Signed-off-by:Josh Steadmon <steadmon@google.com> Signed-off-by:
Junio C Hamano <gitster@pobox.com>
Please register or sign in to comment