]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.4397: crash when using many composing characters in error message v8.2.4397
authorBram Moolenaar <Bram@vim.org>
Wed, 16 Feb 2022 12:16:19 +0000 (12:16 +0000)
committerBram Moolenaar <Bram@vim.org>
Wed, 16 Feb 2022 12:16:19 +0000 (12:16 +0000)
commit34f8117dec685ace52cd9e578e2729db278163fc
treedafd7524a8925b8fd6bbf7680b2e5b12385b086c
parentf5288c589500de0677444af4a428cfbccfccb8ce
patch 8.2.4397: crash when using many composing characters in error message

Problem:    Crash when using many composing characters in error message.
Solution:   Use mb_cptr2char_adv() instead of mb_ptr2char_adv().
src/testdir/test_assert.vim
src/testing.c
src/version.c