]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'ps/commit-graph-overflow-fix'
authorJunio C Hamano <gitster@pobox.com>
Tue, 7 Apr 2026 21:59:25 +0000 (14:59 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 7 Apr 2026 21:59:25 +0000 (14:59 -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