]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.0.1408: crash in setqflist() v8.0.1408
authorBram Moolenaar <Bram@vim.org>
Tue, 19 Dec 2017 09:22:19 +0000 (10:22 +0100)
committerBram Moolenaar <Bram@vim.org>
Tue, 19 Dec 2017 09:22:19 +0000 (10:22 +0100)
commita0ca7d002d4efcf4bce0af6943146a339677ed3d
treec821c72af457a8e2c5e33c90958ec1fc507a3368
parent4af031dbc8d62f89c94072a406f6d2ec0e5200be
patch 8.0.1408: crash in setqflist()

Problem:    Crash in setqflist().
Solution:   Check for string to be NULL. (Dominique Pelle, closes #2464)
src/quickfix.c
src/testdir/test_quickfix.vim
src/version.c