From: Jim Meyering Date: Tue, 12 Jun 2007 20:59:21 +0000 (+0200) Subject: Don't dereference a strdup-returned NULL X-Git-Tag: v1.5.3-rc0~108 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/aa32eedc69e4966cc822a2f9f07c30b437e40b8c?hp=aa32eedc69e4966cc822a2f9f07c30b437e40b8c Don't dereference a strdup-returned NULL There are only a dozen or so uses of strdup in all of git. Of those, most seem ok, but this one isn't: Signed-off-by: Jim Meyering Signed-off-by: Junio C Hamano ---