From: Junio C Hamano Date: Thu, 7 Mar 2024 23:59:42 +0000 (-0800) Subject: Merge branch 'jk/upload-pack-bounded-resources' X-Git-Tag: v2.45.0-rc0~126 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=56d608456000121f141a40c4501d41d712381674;p=thirdparty%2Fgit.git Merge branch 'jk/upload-pack-bounded-resources' Various parts of upload-pack has been updated to bound the resource consumption relative to the size of the repository to protect from abusive clients. * jk/upload-pack-bounded-resources: upload-pack: free tree buffers after parsing upload-pack: use PARSE_OBJECT_SKIP_HASH_CHECK in more places upload-pack: always turn off save_commit_buffer upload-pack: disallow object-info capability by default upload-pack: accept only a single packfile-uri line upload-pack: use a strmap for want-ref lines upload-pack: use oidset for deepen_not list upload-pack: switch deepen-not list to an oid_array upload-pack: drop separate v2 "haves" array --- 56d608456000121f141a40c4501d41d712381674