]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'ps/commit-graph-overflow-fix' into next
authorJunio C Hamano <gitster@pobox.com>
Wed, 1 Apr 2026 17:34:31 +0000 (10:34 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 1 Apr 2026 17:34:31 +0000 (10:34 -0700)
Fix a regression in writing the commit-graph where commits with dates
exceeding 34 bits (beyond year 2514) could cause an underflow and
crash Git during the generation data overflow chunk writing.

* ps/commit-graph-overflow-fix:
  commit-graph: fix writing generations with dates exceeding 34 bits

1  2 
commit-graph.c

diff --cc commit-graph.c
Simple merge