1
0
forked from aniani/vim

patch 9.0.1160: ASAN error for ufunc_T allocated with wrong size

Problem:    ASAN error for ufunc_T allocated with wrong size.
Solution:   Make sure the size can always fit the struct.
This commit is contained in:
Bram Moolenaar
2023-01-08 20:31:18 +00:00
parent 8367716a6e
commit e01e5215f9
2 changed files with 21 additions and 9 deletions

View File

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