1
0
forked from aniani/vim

patch 9.0.0685: FORTIFY_SOURCE causes a crash in Vim9 script

Problem:    FORTIFY_SOURCE causes a crash in Vim9 script.
Solution:   Use a pointer to the first char. (Yee Cheng Chin, closes #11302)
This commit is contained in:
Yee Cheng Chin
2022-10-07 16:00:04 +01:00
committed by Bram Moolenaar
parent 2eae3d24d7
commit 07eaa1ede4
2 changed files with 6 additions and 2 deletions

View File

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