git/oss-fuzz
Junio C Hamano 65f37b632a Merge branch 'ps/reftable-hardening'
The 'reftable' code has been hardened against corrupted tables by
fixing out-of-bounds writes, out-of-bounds reads, and abort calls
during parsing.

* ps/reftable-hardening:
  reftable/table: fix OOB read on truncated table
  reftable/table: fix NULL pointer access when seeking to bogus offsets
  reftable/block: fix OOB read with bogus restart offset
  reftable/block: fix use of uninitialized memory when binsearch fails
  reftable/block: fix OOB read with bogus restart count
  reftable/block: fix OOB read with bogus block size
  reftable/block: fix OOB write with bogus inflated log size
  t/unit-tests: introduce test helper to write reftable blocks
  reftable/record: don't abort when decoding invalid ref value type
  reftable/basics: fix OOB read on binary search of empty range
  oss-fuzz: add fuzzer for parsing reftables
  meson: support building fuzzers with libFuzzer
2026-07-19 10:42:15 -07:00
..
.gitignore oss-fuzz: add fuzzer for parsing reftables 2026-07-03 11:08:02 -07:00
dummy-cmd-main.c
fuzz-commit-graph.c
fuzz-config.c
fuzz-credential-from-url-gently.c
fuzz-date.c
fuzz-pack-headers.c
fuzz-pack-idx.c
fuzz-parse-attr-line.c
fuzz-reftable.c oss-fuzz: add fuzzer for parsing reftables 2026-07-03 11:08:02 -07:00
fuzz-url-decode-mem.c
meson.build oss-fuzz: add fuzzer for parsing reftables 2026-07-03 11:08:02 -07:00