mirror of
https://github.com/neovim/neovim.git
synced 2026-05-04 13:05:05 +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