]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 7.4.1180 v7.4.1180
authorBram Moolenaar <Bram@vim.org>
Mon, 25 Jan 2016 21:20:27 +0000 (22:20 +0100)
committerBram Moolenaar <Bram@vim.org>
Mon, 25 Jan 2016 21:20:27 +0000 (22:20 +0100)
commit7465c6375fd60eab603681bcad8a8744ddc31614
tree0f4a223c52dbefd5a05f7a41df16ca1f1cd4542f
parentf4f79b84a5595c511f6fdbe4e3e1d188d97879a0
patch 7.4.1180
Problem:    Crash with invalid argument to glob2regpat().
Solution:   Check for NULL. (Justin M. Keyes, closes #596)  Add a test.
src/eval.c
src/testdir/test_alot.vim
src/version.c