Files
neovim/test/functional/ui
zeertzjq 51eacf284c fix(statuscolumn): heap buffer overflow with sign/number column (#41640)
Problem:  Drawing 'statuscolumn' leads to a heap-buffer-overflow if a
          sign/number column comes after many items.
Solution: Avoid curitem >= stl_items_len when writing to stl_items.
2026-09-03 16:56:41 +08:00
..