Files
neovim/runtime
Lewis Russell eb4676c67f fix: disallow removing extmarks in on_lines callbacks (#23219)
fix(extmarks): disallow removing extmarks in on_lines callbacks

decor_redraw_start (which runs before decor_providers_invoke_lines) gets
references for the extmarks on a specific line. If these extmarks are
deleted in on_lines callbacks then this results in a heap-use-after-free
error.

Fixes #22801
2023-04-27 17:30:22 +01:00
..
2023-04-23 15:22:55 +02:00
2023-04-23 15:22:55 +02:00
2022-12-08 16:33:38 +01:00
2023-04-23 15:22:55 +02:00
2023-04-23 15:22:55 +02:00
2021-09-13 16:33:41 +02:00
2021-05-01 22:29:03 -04:00
2023-04-23 15:22:55 +02:00
2023-04-23 15:22:55 +02:00
2022-08-20 10:04:55 +02:00
2021-04-27 09:21:32 -04:00
2023-01-03 10:07:43 +00:00
2023-04-13 12:15:30 +02:00
2023-04-07 13:26:29 +02:00
2022-10-17 08:19:48 +02:00