mirror of
https://github.com/neovim/neovim.git
synced 2025-10-08 10:56:31 +00:00

Problem: Clicking on window separator in statusline crashes Nvim due
to out of bound memory access
Solution: Check if the click location is within clicking range before
applying it.
(cherry picked from commit 18fa61049a
)