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)
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

No differences found