]> git.ipfire.org Git - thirdparty/git.git/commit - t/t0201-gettext-fallbacks.sh
Merge branch 'hn/reftable-coverity-fixes'
authorJunio C Hamano <gitster@pobox.com>
Wed, 16 Feb 2022 23:14:27 +0000 (15:14 -0800)
committerJunio C Hamano <gitster@pobox.com>
Wed, 16 Feb 2022 23:14:28 +0000 (15:14 -0800)
commit34230514b83f55ea0f4531e8486533ac5c3e2ffe
treef1c51b9380a93f2d6abdb9ab25489faedbe59c93
parentdd77ff8181d56f3a36fb8d67a8f54a9905dd8208
parent01033de49f26b75afd1e868d56c332c60b141faa
Merge branch 'hn/reftable-coverity-fixes'

Problems identified by Coverity in the reftable code have been
corrected.

* hn/reftable-coverity-fixes:
  reftable: add print functions to the record types
  reftable: make reftable_record a tagged union
  reftable: remove outdated file reftable.c
  reftable: implement record equality generically
  reftable: make reftable-record.h function signatures const correct
  reftable: handle null refnames in reftable_ref_record_equal
  reftable: drop stray printf in readwrite_test
  reftable: order unittests by complexity
  reftable: all xxx_free() functions accept NULL arguments
  reftable: fix resource warning
  reftable: ignore remove() return value in stack_test.c
  reftable: check reftable_stack_auto_compact() return value
  reftable: fix resource leak blocksource.c
  reftable: fix resource leak in block.c error path
  reftable: fix OOB stack write in print functions
reftable/readwrite_test.c
reftable/stack.c
reftable/stack_test.c
reftable/writer.c