0
0
mirror of https://github.com/vim/vim.git synced 2025-09-29 04:34:16 -04:00

patch 7.4.1665

Problem:    Crash when calling job_start() with a NULL string. (Dominique)
Solution:   Check for an invalid argument.
This commit is contained in:
Bram Moolenaar
2016-03-27 19:13:35 +02:00
parent 89c64d557d
commit 8038568722
3 changed files with 12 additions and 0 deletions

View File

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