Files
vim-mirror/runtime/doc
Paul Ollis 55c12373f0 patch 9.1.2144: garbage collection may invalidate the recorded buffer changes
Problem:  When garbage collection runs, the list of recorded buffer
	  changes may be incorrectly freed (Sainnhe Park).
Solution: In garbage_collect(), iterate through all buffers and call
          set_ref_in_list() for b_recorded_changes to ensure the list
          and its contents are marked as reachable (Paul Ollis).

fixes:  #19300
closes: #19375

Signed-off-by: Paul Ollis <paul@cleversheep.org>
Signed-off-by: Christian Brabandt <cb@256bit.org>
2026-02-09 19:32:51 +00:00
..
2024-08-20 19:57:00 +02:00
2025-08-10 10:28:16 +02:00
2025-08-10 10:28:16 +02:00
2024-01-02 16:51:11 +01:00
2025-08-10 10:28:16 +02:00
2026-02-08 20:51:47 +00:00
2025-10-12 15:31:37 +00:00
2025-10-07 19:19:43 +00:00
2024-08-20 19:57:00 +02:00
2024-09-17 19:12:03 +02:00
2024-09-17 19:03:16 +02:00