Files
neovim/src
Sean Dewar b1e24f240b fix(api): avoid open_win UAF if target buf deleted by autocmds
Problem: WinNew and win_enter autocommands can delete the target buffer to
switch to, causing a heap-use-after-free.

Solution: store a bufref to the buffer, check it before attempting to switch.
2024-03-08 23:24:03 +00:00
..
2023-11-05 20:19:06 +01:00
2024-02-21 11:58:28 +01:00