mirror of
https://github.com/neovim/neovim.git
synced 2025-09-29 06:28:35 +00:00

Sometimes treesitter calls for an invalid column within a line, checking that the column is actually valid and forcing the value avoids an integer overflow and an infinite sequence of invalid reads. Fixes #12131