]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.0365: Crash when typing many keys with D- modifier v9.1.0365
authorzeertzjq <zeertzjq@outlook.com>
Mon, 22 Apr 2024 19:04:29 +0000 (21:04 +0200)
committerChristian Brabandt <cb@256bit.org>
Mon, 22 Apr 2024 19:04:29 +0000 (21:04 +0200)
commit6b13e3d4e46393b3a35eed7c27ae020bcbd46a9b
treecdb2183a1eaed83c5a71dd1587eb1aec6ca11fe3
parent22697b6179e38f3d321b1495ef17f06031a9c8f1
patch 9.1.0365: Crash when typing many keys with D- modifier

Problem:  Crash when typing many keys with D- modifier (after 9.1.0227).
Solution: Don't treat a 0x80 byte inside a special sequence as the start
          of a special sequence (zeertzjq).

closes: #14613

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