Merge branch 'cb/curl-use-xmalloc'
commita2e524ecf396722020e85b39d7b5e83d7c95ec24
authorJunio C Hamano <gitster@pobox.com>
Wed, 18 Sep 2019 18:50:08 +0000 (18 11:50 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 18 Sep 2019 18:50:08 +0000 (18 11:50 -0700)
tree7fb8c328d71d21d6a39bb8be4d4c51f40d9138ec
parent128666753b449bd76315c8f0a10b752c6a97561f
parent93b980e58f5624ee4e3b2dc0d0babaa97ef66d19
Merge branch 'cb/curl-use-xmalloc'

Tell cURL library to use the same malloc() implementation, with the
xmalloc() wrapper, as the rest of the system, for consistency.

* cb/curl-use-xmalloc:
  http: use xmalloc with cURL