]> Kevux Git Server - rit/commit
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)
commite9244323933785ec46d39df461de73b3e090408b
tree3c7be437bf91d200c9e70ee89d9ce7f2f5a053a5
parenta751e79acaf5a02cc24fa6b0b2656e13c57ad803
parent2d88ab078db03b6a608d30b8ef49cc7afb4b2f1c
Merge branch 'hy/diff-lazy-fetch-with-break-fix'

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