PT-2026-48722
Vim is an open source, command line text editor. Prior to version 9.2.0565, the update snapshot function in src/terminal.c copies the visible terminal screen into the scrollback buffer when a snapshot is taken. For each screen cell it walks the cell's chars array with no upper bound, stopping onl...