]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'ps/build-sign-compare'
authorJunio C Hamano <gitster@pobox.com>
Fri, 10 Jan 2025 17:19:33 +0000 (09:19 -0800)
committerJunio C Hamano <gitster@pobox.com>
Fri, 10 Jan 2025 17:19:34 +0000 (09:19 -0800)
Last-minute fix for a regression in "git blame --abbrev=<length>"
when insane <length> is specified; we used to correctly cap it to
the hash output length but broke it during the cycle.

* ps/build-sign-compare:
  builtin/blame: fix out-of-bounds write with blank boundary commits
  builtin/blame: fix out-of-bounds read with excessive `--abbrev`


Trivial merge