]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'hy/diff-lazy-fetch-with-break-fix'
authorJunio C Hamano <gitster@pobox.com>
Tue, 3 Mar 2026 19:08:13 +0000 (11:08 -0800)
committerJunio C Hamano <gitster@pobox.com>
Tue, 3 Mar 2026 19:08:13 +0000 (11:08 -0800)
A prefetch call can be triggered to access a stale diff_queue entry
after diffcore-break breaks a filepair into two and freed the
original entry that is no longer used, leading to a segfault, which
has been corrected.

* hy/diff-lazy-fetch-with-break-fix:
  diffcore-break: avoid segfault with freed entries


Trivial merge