avoid NULL dereference on failed malloc
authorJim Meyering <jim@meyering.net>
Sun, 14 Jun 2009 19:46:10 +0000 (21:46 +0200)
committerJunio C Hamano <gitster@pobox.com>
Sun, 14 Jun 2009 20:35:40 +0000 (13:35 -0700)
* builtin-remote.c (get_one_entry): Use xmalloc, not malloc.

Signed-off-by: Jim Meyering <meyering@redhat.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found