mbox series

[0/2] Add commit-graph fuzzer and fix buffer overflow

Message ID cover.1544048946.git.steadmon@google.com (mailing list archive)
Headers show
Series Add commit-graph fuzzer and fix buffer overflow | expand

Message

Josh Steadmon Dec. 5, 2018, 10:32 p.m. UTC
Add a new fuzz test for the commit graph and fix a buffer read-overflow
that it discovered.

Josh Steadmon (2):
  commit-graph, fuzz: Add fuzzer for commit-graph
  commit-graph: fix buffer read-overflow

 .gitignore          |  1 +
 Makefile            |  1 +
 commit-graph.c      | 76 +++++++++++++++++++++++++++++++++------------
 fuzz-commit-graph.c | 18 +++++++++++
 4 files changed, 77 insertions(+), 19 deletions(-)
 create mode 100644 fuzz-commit-graph.c