Thread (1 message) 1 message, 1 author, 2021-07-26

Re: [PATCH v2 05/12] diffcore-rename: move old_dir/new_dir definition to plug leak

From: Junio C Hamano <hidden>
Date: 2021-07-26 20:03:00

andrzej@ahunt.org writes:
From: Andrzej Hunt <redacted>

old_dir/new_dir are free()'d at the end of update_dir_rename_counts,
however if we return early we'll never free those strings. Therefore
we should move all new allocations after the possible early return,
avoiding a leak.

This seems like a fairly recent leak, that started happening since the
early-return was added in:
  1ad69eb0dc (diffcore-rename: compute dir_rename_counts in stages, 2021-02-27)
Yup.  It is not surprising to have issues in younger parts of the
code.  Thanks.
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help