Browse Source
"git grep" would segfault if its -f option was used because it would try to use an uninitialized strbuf, so initialize the strbuf. Thanks to Johannes Sixt <j.sixt@viscovery.net> for the help with the test cases. Signed-off-by: Matt Kraai <kraai@ftbfs.org> Signed-off-by: Junio C Hamano <gitster@pobox.com>maint
Matt Kraai
15 years ago
committed by
Junio C Hamano
2 changed files with 67 additions and 1 deletions
Loading…
Reference in new issue