1
0
forked from aniani/vim

patch 8.2.4847: crash when using uninitialized function pointer

Problem:    Crash when using uninitialized function pointer.
Solution:   Check for NULL pointer. (closes #10319, closes #10319)
This commit is contained in:
LemonBoy
2022-04-29 21:15:02 +01:00
committed by Bram Moolenaar
parent bad8a013c2
commit a5d3590505
3 changed files with 36 additions and 1 deletions

View File

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