diff options
author | Jay Soffian <jaysoffian@gmail.com> | 2008-02-15 16:53:36 -0500 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-02-15 22:16:34 -0800 |
commit | 87f1b8849bf0094e0b20cd294e1f2b04976ddf41 (patch) | |
tree | 6a3b12b60cf587a11d550a7c2ac404189e3478f0 /t/t5100/msg0009 | |
parent | diff.c: add "const" qualifier to "char *cmd" member of "struct ll_diff_driver" (diff) | |
download | tgif-87f1b8849bf0094e0b20cd294e1f2b04976ddf41.tar.xz |
mailinfo: feed only one line to handle_filter() for QP input
The function is intended to be fed one logical line at a time to
inspect, but a QP encoded raw input line can have more than one
lines, just like BASE64 encoded one.
Quoting LF as =0A may be unusual but RFC2045 allows it.
The issue was noticed and fixed by Jay Soffian. JC added a test
to protect the fix from regressing later.
Signed-off-by: Jay Soffian <jaysoffian@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t5100/msg0009')
-rw-r--r-- | t/t5100/msg0009 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/t/t5100/msg0009 b/t/t5100/msg0009 new file mode 100644 index 0000000000..9ffe131489 --- /dev/null +++ b/t/t5100/msg0009 @@ -0,0 +1,2 @@ +This is to fix diff-format documentation. + |