Mercurial > vim
comparison src/version.c @ 27742:3b2c75c0a7ab v8.2.4397
patch 8.2.4397: crash when using many composing characters in error message
Commit: https://github.com/vim/vim/commit/34f8117dec685ace52cd9e578e2729db278163fc
Author: Bram Moolenaar <Bram@vim.org>
Date: Wed Feb 16 12:16:19 2022 +0000
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().
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Wed, 16 Feb 2022 13:30:05 +0100 |
parents | 2bd27d5ffbef |
children | 515ce8e07bf2 |
comparison
equal
deleted
inserted
replaced
27741:c3d762e7b5ce | 27742:3b2c75c0a7ab |
---|---|
748 NULL | 748 NULL |
749 }; | 749 }; |
750 | 750 |
751 static int included_patches[] = | 751 static int included_patches[] = |
752 { /* Add new patch number below this line */ | 752 { /* Add new patch number below this line */ |
753 /**/ | |
754 4397, | |
753 /**/ | 755 /**/ |
754 4396, | 756 4396, |
755 /**/ | 757 /**/ |
756 4395, | 758 4395, |
757 /**/ | 759 /**/ |