]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'lp/http-fetch-pack-index-leak-fix' into jch
authorJunio C Hamano <gitster@pobox.com>
Wed, 3 Jun 2026 23:13:55 +0000 (08:13 +0900)
committerJunio C Hamano <gitster@pobox.com>
Wed, 3 Jun 2026 23:13:55 +0000 (08:13 +0900)
commit02a675c82b691becdc67f1d00cc7e50a72064405
tree9ae4e7feffbee2079bb9c2e24a9959190fd2bebc
parent04b873dc5d6273c2bc46c509809b711f98aeff89
parent18decad922884a69ea39c0332f7a94ce82cf99cc
Merge branch 'lp/http-fetch-pack-index-leak-fix' into jch

A memory leak in `fetch_and_setup_pack_index()` when verification of
the downloaded pack index fails has been plugged. Also an obsolete
`unlink()` call on parse failure has been cleaned up.

* lp/http-fetch-pack-index-leak-fix:
  http: fix memory leak in fetch_and_setup_pack_index()
  http: cleanup function fetch_and_setup_pack_index()
http.c