commit | 7465c6375fd60eab603681bcad8a8744ddc31614 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Jan 25 22:20:27 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jan 25 22:20:27 2016 +0100 |
tree | 0f4a223c52dbefd5a05f7a41df16ca1f1cd4542f | |
parent | f4f79b84a5595c511f6fdbe4e3e1d188d97879a0 [diff] [blame] |
patch 7.4.1180 Problem: Crash with invalid argument to glob2regpat(). Solution: Check for NULL. (Justin M. Keyes, closes #596) Add a test.
diff --git a/src/version.c b/src/version.c index 073f551..ee6ac48 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1180, +/**/ 1179, /**/ 1178,