]> git.ipfire.org Git - thirdparty/git.git/commit
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)
commit0e92593acfd76fc5efc8f020d14c4540a89289d5
treef05768e086a8e2bec70ded13a4042579f37daa8a
parent952916f9e0d234ef4d0e1de0a4d8eae27ebfb16c
parentdee182941fb685f5d85e61a0e9d97e8e91512f6c
Merge branch 'jk/mailinfo-iterative-unquote-comment' into maint-2.43

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()
mailinfo.c