]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'hy/diff-lazy-fetch-with-break-fix' into next
authorJunio C Hamano <gitster@pobox.com>
Wed, 25 Feb 2026 20:13:17 +0000 (12:13 -0800)
committerJunio C Hamano <gitster@pobox.com>
Wed, 25 Feb 2026 20:13:17 +0000 (12:13 -0800)
commitafe07ad86cdb11dce2fa8da52b45a82280804bc5
treea7a3358513c41703b21340414f0b671c0cb5e955
parentce27f94bc2b3bf730bf5b9ad235733f24ef8fd97
parent2d88ab078db03b6a608d30b8ef49cc7afb4b2f1c
Merge branch 'hy/diff-lazy-fetch-with-break-fix' into next

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