1
0
forked from aniani/vim

patch 8.2.3396: when libcall() fails invalid pointer may be used

Problem:    When libcall() fails invalid pointer may be used.
Solution:   Initialize the string to NULL. (Yasuhiro Matsumoto, closes #8829)
This commit is contained in:
Bram Moolenaar
2021-09-02 19:53:07 +02:00
parent 26a4484da2
commit 87e1587b8a
2 changed files with 7 additions and 0 deletions

View File

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