diff options
author | René Scharfe <l.s.r@web.de> | 2024-03-16 22:09:47 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2024-03-18 09:25:54 -0700 |
commit | 30ff05094c145397d88ead89c3937d1a058ed98a (patch) | |
tree | f38e5ea72736f66ae6adcf03e3d48d142fb3deb1 /builtin/commit.c | |
parent | e6f9cb76ea14b955fb7b4fcb8dea0786b5b108d3 (diff) |
t-prio-queue: check result array bounds
Avoid reading past the end of the "result" array, which could otherwise
happen if the prio-queue were to yield more items than were put into it
due to an implementation bug, or if the array has not enough entries due
to a test bug.
Also check at the end whether all "result" entries were consumed, which
would not be the case if the prio-queue forgot some entries or the test
definition contained too many.
Signed-off-by: René Scharfe <l.s.r@web.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'builtin/commit.c')
0 files changed, 0 insertions, 0 deletions