]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'md/list-objects-filter-memfix'
authorJunio C Hamano <gitster@pobox.com>
Fri, 21 Jun 2019 18:24:09 +0000 (11:24 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 21 Jun 2019 18:24:09 +0000 (11:24 -0700)
commit34032c4f8fe90aa020f7d85c556312b3d8902f6e
tree1e3793a41827e50e9d94d4f78408bd2b7d5dbaf3
parent8867aa855e0c5cc7bc80589783295379ae63d175
parent7140600e2e78f202594ebca09e3176b6fcac1625
Merge branch 'md/list-objects-filter-memfix'

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