]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.0707: [security]: invalid cursor position may cause a crash v9.1.0707
authorChristian Brabandt <cb@256bit.org>
Sat, 31 Aug 2024 15:58:16 +0000 (17:58 +0200)
committerChristian Brabandt <cb@256bit.org>
Sat, 31 Aug 2024 15:58:16 +0000 (17:58 +0200)
commit396fd1ec2956307755392a1c61f55d5c1847f308
tree637af5f0c0ab2757f1140633d4a649c28d1dab30
parent75ba87ba622e6a972c09f5d52573ea0679df4895
patch 9.1.0707: [security]: invalid cursor position may cause a crash

Problem:  [security]: invalid cursor position may cause a crash
          (after v9.1.0038)
Solution: Set cursor to the last character in a line, if it would
          otherwise point to beyond the line; no tests added, as it
          is unclear how to reproduce this.

Github Advisory:
https://github.com/vim/vim/security/advisories/GHSA-4ghr-c62x-cqfh

Co-authored-by: zeertzjq <zeertzjq@outlook.com>
Signed-off-by: zeertzjq <zeertzjq@outlook.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
src/charset.c
src/version.c