]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'rs/mailinfo-qp-decode-fix' into maint
authorJunio C Hamano <gitster@pobox.com>
Wed, 18 Oct 2017 05:19:03 +0000 (14:19 +0900)
committerJunio C Hamano <gitster@pobox.com>
Wed, 18 Oct 2017 05:19:03 +0000 (14:19 +0900)
"git mailinfo" was loose in decoding quoted printable and produced
garbage when the two letters after the equal sign are not
hexadecimal.  This has been fixed.

* rs/mailinfo-qp-decode-fix:
  mailinfo: don't decode invalid =XY quoted-printable sequences

1  2 
mailinfo.c

diff --cc mailinfo.c
Simple merge