1
0
forked from aniani/vim

patch 8.0.1671: crash when passing non-dict argument as env to job_start()

Problem:    Crash when passing non-dict argument as env to job_start().
Solution:   Check for valid argument. (Ozaki Kiichi, closes #2765)
This commit is contained in:
Bram Moolenaar
2018-04-07 13:22:21 +02:00
parent b6ed74fef8
commit 22efba47de
3 changed files with 16 additions and 5 deletions

View File

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