]> git.ipfire.org Git - thirdparty/git.git/commit - GIT-VERSION-GEN
Merge branch 'jk/upload-pack-bounded-resources'
authorJunio C Hamano <gitster@pobox.com>
Thu, 7 Mar 2024 23:59:42 +0000 (15:59 -0800)
committerJunio C Hamano <gitster@pobox.com>
Thu, 7 Mar 2024 23:59:42 +0000 (15:59 -0800)
commit56d608456000121f141a40c4501d41d712381674
tree9c2885bf834dda29b5c9070f223445a5495ad0be
parent963a277a521adfa33f6e710e71c7d2a9f4d87a9c
parent6cd05e768b7e54ca48b16fb0214df4c70aecd46c
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
object.c
revision.c
upload-pack.c