]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'dd/mailinfo-with-nul'
authorJunio C Hamano <gitster@pobox.com>
Fri, 1 May 2020 20:39:51 +0000 (13:39 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 1 May 2020 20:39:51 +0000 (13:39 -0700)
Tighten "git mailinfo" to notice and error out when decoded result
contains NUL in it.

* dd/mailinfo-with-nul:
  mailinfo: disallow NUL character in mail's header
  mailinfo.c: avoid strlen on strings that can contains NUL
  t4254: merge 2 steps of a single test


Trivial merge