summaryrefslogtreecommitdiff
path: root/t/perf
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2020-04-09 17:03:45 -0700
committerLibravatar Junio C Hamano <gitster@pobox.com>2020-04-09 17:22:20 -0700
commit5ff4b920ebeadfa640f1b7d5929f58bb180a0519 (patch)
treeda2742e849d99608a92d1c99a0985b701b878959 /t/perf
parentsha1-name.c: remove the_repo from handle_one_ref() (diff)
downloadtgif-5ff4b920ebeadfa640f1b7d5929f58bb180a0519.tar.xz
sha1-name: do not assume that the ref store is initialized
c931ba4e (sha1-name.c: remove the_repo from handle_one_ref(), 2019-04-16) replaced the use of for_each_ref() helper, which works with the main ref store of the default repository instance, with refs_for_each_ref(), which can work on any ref store instance, by assuming that the repository instance the function is given has its ref store already initialized. But it is possible that nobody has initialized it, in which case, the code ends up dereferencing a NULL pointer. Reported-by: Érico Rolim <erico.erc@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/perf')
0 files changed, 0 insertions, 0 deletions