commit | a0ca7d002d4efcf4bce0af6943146a339677ed3d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Dec 19 10:22:19 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Dec 19 10:22:19 2017 +0100 |
tree | c821c72af457a8e2c5e33c90958ec1fc507a3368 | |
parent | 4af031dbc8d62f89c94072a406f6d2ec0e5200be [diff] [blame] |
patch 8.0.1408: crash in setqflist() Problem: Crash in setqflist(). Solution: Check for string to be NULL. (Dominique Pelle, closes #2464)
diff --git a/src/version.c b/src/version.c index c384ff0..ed86ef6 100644 --- a/src/version.c +++ b/src/version.c
@@ -772,6 +772,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1408, +/**/ 1407, /**/ 1406,