)]}'
{
  "commit": "18decad922884a69ea39c0332f7a94ce82cf99cc",
  "tree": "ba9cc24561ad33fdcd89ea13d8da6226dead9659",
  "parents": [
    "96ee7f1650e6096561599f069d18c052412d7506"
  ],
  "author": {
    "name": "LorenzoPegorari",
    "email": "lorenzo.pegorari2002@gmail.com",
    "time": "Mon Jun 01 15:52:12 2026 +0200"
  },
  "committer": {
    "name": "Junio C Hamano",
    "email": "gitster@pobox.com",
    "time": "Tue Jun 02 07:57:52 2026 +0900"
  },
  "message": "http: fix memory leak in fetch_and_setup_pack_index()\n\nInside the function `fetch_and_setup_pack_index()`, when the pack\nobtained using `parse_pack_index()` fails to be verified by\n`verify_pack_index()`, the function returns without closing and freeing\nsaid pack.\n\nFix this by calling `close_pack_index()` to munmap the index file for\nthe leaking pack (which might have been mmapped by `fetch_pack_index()`\nor `verify_pack_index()`), and then free it, when the verification\nfails.\n\nSigned-off-by: LorenzoPegorari \u003clorenzo.pegorari2002@gmail.com\u003e\nSigned-off-by: Junio C Hamano \u003cgitster@pobox.com\u003e\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "55dd856a279a23e191c72598abc7e8b4cc426080",
      "old_mode": 33188,
      "old_path": "http.c",
      "new_id": "d50a34e4460a9077a4b715d0a1b5f4125f13159e",
      "new_mode": 33188,
      "new_path": "http.c"
    }
  ]
}
