Merge branch 'jk/xmalloc'
commit449f2db75dd990d5b1157c7d4da49f046eab27c6
authorJunio C Hamano <gitster@pobox.com>
Thu, 25 Apr 2019 07:41:23 +0000 (25 16:41 +0900)
committerJunio C Hamano <gitster@pobox.com>
Thu, 25 Apr 2019 07:41:23 +0000 (25 16:41 +0900)
tree0c33f05bab8cf9a08b6d08f7c8d4bb0cacbc5e5e
parentc8e8b5c3251739c4b515e8bf4cdc2fc85297cb14
parent999b951b285233d96904b1aad5e0dea22bed55c7
Merge branch 'jk/xmalloc'

The code is updated to check the result of memory allocation before
it is used in more places, by using xmalloc and/or xcalloc calls.

* jk/xmalloc:
  progress: use xmalloc/xcalloc
  xdiff: use xmalloc/xrealloc
  xdiff: use git-compat-util
  test-prio-queue: use xmalloc
progress.c