summaryrefslogtreecommitdiff
path: root/t/helper
diff options
context:
space:
mode:
authorLibravatar Jeff King <peff@peff.net>2020-04-23 15:41:13 -0600
committerLibravatar Junio C Hamano <gitster@pobox.com>2020-04-24 22:25:50 -0700
commitc8828530b7797f5ab584c84dc2b86d3c14b39c8d (patch)
tree1b90f0518485d0547f6654429b1c8780cf187ece /t/helper
parentcommit-graph.c: gracefully handle file descriptor exhaustion (diff)
downloadtgif-c8828530b7797f5ab584c84dc2b86d3c14b39c8d.tar.xz
commit-graph: close descriptors after mmap
We don't ever refer to the descriptor after mmap-ing it. And keeping it open means we can run out of descriptors in degenerate cases (e.g., thousands of split chain files). Let's close it as soon as possible. Signed-off-by: Jeff King <peff@peff.net> Signed-off-by: Taylor Blau <me@ttaylorr.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/helper')
0 files changed, 0 insertions, 0 deletions