]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'md/list-objects-filter-memfix' into maint
authorJunio C Hamano <gitster@pobox.com>
Thu, 25 Jul 2019 21:27:12 +0000 (14:27 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 25 Jul 2019 21:27:12 +0000 (14:27 -0700)
commit43f40de9409111a86d5a8d5c9d3f4b9415a05f8f
treec8a931b7c2b21220fe72d788238d085cf6175b6d
parentf54a2a8f6a56d076ed36b8a68d2def2366dd7da1
parent7140600e2e78f202594ebca09e3176b6fcac1625
Merge branch 'md/list-objects-filter-memfix' into maint

The filter_data used in the list-objects-filter (which manages a
lazily sparse clone repository) did not use the dynamic array API
correctly---'nr' is supposed to point at one past the last element
of the array in use.  This has been corrected.

* md/list-objects-filter-memfix:
  list-objects-filter: correct usage of ALLOC_GROW
list-objects-filter.c