Files
neovim/test/functional/api
zeertzjq a308f53525 fix(api): fix nvim_buf_set_text heap-use-after-free (#19644)
The line returned but ml_get_buf() may be freed by another call to
ml_get_buf(), so it is necessary to make a copy.
2022-08-06 06:22:01 +08:00
..
2022-05-03 22:26:02 +08:00
2022-06-04 11:56:36 +08:00