commit | e362c3d2c34f2b7ff38b4c3d2a7ff127d2290e09 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jan 22 15:40:00 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jan 22 15:40:00 2017 +0100 |
tree | 1350a219aeb3dd0a765d76d585b2a1d87d6ed0f2 | |
parent | d7a96151e0c86e8d4f9162c919cf3ff400a893b6 [diff] [blame] |
patch 8.0.0215: NULL pointer use if cscope line looks like emacs tag Problem: When a Cscope line contains CTRL-L a NULL pointer may be used. (Coverity) Solution: Don't check for an emacs tag in a cscope line.
diff --git a/src/version.c b/src/version.c index 918bee4..0e13125 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 215, +/**/ 214, /**/ 213,