]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'jk/mailinfo-iterative-unquote-comment' into maint-2.43
authorJunio C Hamano <gitster@pobox.com>
Fri, 9 Feb 2024 00:22:03 +0000 (16:22 -0800)
committerJunio C Hamano <gitster@pobox.com>
Fri, 9 Feb 2024 00:22:03 +0000 (16:22 -0800)
The code to parse the From e-mail header has been updated to avoid
recursion.

* jk/mailinfo-iterative-unquote-comment:
  mailinfo: avoid recursion when unquoting From headers
  t5100: make rfc822 comment test more careful
  mailinfo: fix out-of-bounds memory reads in unquote_quoted_pair()

1  2 
mailinfo.c

diff --cc mailinfo.c
Simple merge