mirror of
https://github.com/neovim/neovim.git
synced 2026-01-03 09:56:25 +10:00
With `overlap=true`, more extmarks than the requested limit may be
collected in `extmark_get`. This then leads to an out of bounds write of
`rv` in `nvim_buf_get_extmarks`.
(cherry picked from commit 612cd99a00)