]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'ds/line-log-asan-fix'
authorJunio C Hamano <gitster@pobox.com>
Thu, 10 Oct 2024 21:22:27 +0000 (14:22 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 10 Oct 2024 21:22:27 +0000 (14:22 -0700)
Use after free and double freeing at the end in "git log -L... -p"
had been identified and fixed.

* ds/line-log-asan-fix:
  line-log: protect inner strbuf from free


Trivial merge