From: Jim Meyering Date: Sun, 14 Jun 2009 19:46:10 +0000 (+0200) Subject: avoid NULL dereference on failed malloc X-Git-Tag: v1.6.4-rc0~46^2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/ce61595ea7eb3df22f6a943a38a273141f1af978?hp=ce61595ea7eb3df22f6a943a38a273141f1af978 avoid NULL dereference on failed malloc * builtin-remote.c (get_one_entry): Use xmalloc, not malloc. Signed-off-by: Jim Meyering Signed-off-by: Junio C Hamano ---