From: Junio C Hamano Date: Mon, 3 Oct 2005 00:29:21 +0000 (-0700) Subject: Fix minor DOS in rev-list. X-Git-Tag: v0.99.8a~5 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/c807f771947de65dceb22960d1a093d702f42105?ds=inline;hp=c807f771947de65dceb22960d1a093d702f42105 Fix minor DOS in rev-list. A carefully crafted pathname can be used to disrupt downstream git-pack-objects that uses 'git-rev-list --objects' output. Prevent this. Signed-off-by: Junio C Hamano ---