]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'jc/clone-remote-name-leak-fix' into maint
authorJunio C Hamano <gitster@pobox.com>
Wed, 8 Jun 2022 21:27:53 +0000 (14:27 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 8 Jun 2022 21:27:53 +0000 (14:27 -0700)
"git clone --origin X" leaked piece of memory that held value read
from the clone.defaultRemoteName configuration variable, which has
been plugged.
source: <xmqqlevl4ysk.fsf@gitster.g>

* jc/clone-remote-name-leak-fix:
  clone: plug a miniscule leak


Trivial merge