1
0
forked from aniani/vim

patch 9.0.0462: ASAN warning for integer overflow

Problem:    ASAN warning for integer overflow.
Solution:   Check for tp_col to be MAXCOL.
This commit is contained in:
Bram Moolenaar
2022-09-14 12:06:53 +01:00
parent 470a14140b
commit 98b373075e
2 changed files with 3 additions and 1 deletions

View File

@@ -703,6 +703,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
462,
/**/
461,
/**/