]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.1463: Integer overflow in getmarklist() after linewise operation v9.1.1463
authorzeertzjq <zeertzjq@outlook.com>
Mon, 16 Jun 2025 18:10:38 +0000 (20:10 +0200)
committerChristian Brabandt <cb@256bit.org>
Mon, 16 Jun 2025 18:10:38 +0000 (20:10 +0200)
commit93318a9933893103442f552b26bd0a41b98cb68b
tree344a69283278c08f2ceaf6b9ef411c244b8fb28a
parent8ae8b304eea0301282b87f5bea1e4320080727f1
patch 9.1.1463: Integer overflow in getmarklist() after linewise operation

Problem:  Integer overflow in getmarklist() after linewise operation.
Solution: Don't add 1 to MAXCOL (zeertzjq)

related: neovim/neovim#34524
closes: #17552

Signed-off-by: zeertzjq <zeertzjq@outlook.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
src/mark.c
src/testdir/test_marks.vim
src/version.c