1
0
forked from aniani/vim

patch 8.0.0758: possible crash when using a terminal window

Problem:    Possible crash when using a terminal window.
Solution:   Check for NULL pointers. (Yasuhiro Matsumoto, closes #1864)
This commit is contained in:
Bram Moolenaar
2017-07-23 17:22:35 +02:00
parent 9c5589c7ce
commit cdeae99b4e
2 changed files with 16 additions and 4 deletions

View File

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