Merge branch 'ao/path-use-xmalloc'
commitfd052e4f9abc2cf9ea54ea33e2b563c0e120a795
authorJunio C Hamano <gitster@pobox.com>
Sat, 28 Oct 2017 01:18:39 +0000 (28 10:18 +0900)
committerJunio C Hamano <gitster@pobox.com>
Sat, 28 Oct 2017 01:18:40 +0000 (28 10:18 +0900)
tree8f1ecc70d6d5a5af912526abb2fdf710963ef2a2
parent2d8f12d28273487b620cbd796560bc284feeffda
parent55d7d15847e84d531f712f9fd6a7117283b208a3
Merge branch 'ao/path-use-xmalloc'

A possible oom error is now caught as a fatal error, instead of
continuing and dereferencing NULL.

* ao/path-use-xmalloc:
  path.c: use xmalloc() in add_to_trie()
path.c