]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.0.0215: NULL pointer use if cscope line looks like emacs tag v8.0.0215
authorBram Moolenaar <Bram@vim.org>
Sun, 22 Jan 2017 14:40:00 +0000 (15:40 +0100)
committerBram Moolenaar <Bram@vim.org>
Sun, 22 Jan 2017 14:40:00 +0000 (15:40 +0100)
commite362c3d2c34f2b7ff38b4c3d2a7ff127d2290e09
tree1350a219aeb3dd0a765d76d585b2a1d87d6ed0f2
parentd7a96151e0c86e8d4f9162c919cf3ff400a893b6
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.
src/tag.c
src/version.c