author | Johannes Sixt <johannes.sixt@telecom.at> | |
Sun, 4 Nov 2007 20:26:22 +0000 (21:26 +0100) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Sun, 4 Nov 2007 23:16:59 +0000 (15:16 -0800) | ||
commit | c2015b3ae0d52ccae33ee00c2b25b8402c66bdf0 | |
tree | 89cbc34d7def468e193b431bacb07c88d305cb9a | tree | snapshot |
parent | 140dd77a5cb2e61dcb942e245a2474fae95e42a5 | commit | diff |
Fix an infinite loop in sq_quote_buf().
sq_quote_buf() treats single-quotes and exclamation marks specially, but
it incorrectly parsed the input for single-quotes and backslashes.
Signed-off-by: Johannes Sixt <johannes.sixt@telecom.at>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
sq_quote_buf() treats single-quotes and exclamation marks specially, but
it incorrectly parsed the input for single-quotes and backslashes.
Signed-off-by: Johannes Sixt <johannes.sixt@telecom.at>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
quote.c | diff | blob | history | |
t/t5510-fetch.sh | diff | blob | history |