mirror of
https://github.com/neovim/neovim.git
synced 2026-08-20 14:21:06 +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