]> git.ipfire.org Git - thirdparty/vim.git/commit
updated for version 7.4.256 v7.4.256
authorBram Moolenaar <Bram@vim.org>
Fri, 11 Apr 2014 08:22:53 +0000 (10:22 +0200)
committerBram Moolenaar <Bram@vim.org>
Fri, 11 Apr 2014 08:22:53 +0000 (10:22 +0200)
commitb21a29be56fb0e125d9f736bfdef8dde5a1ceae0
treeadcbd4fe997adef56418bf80566d40959b633726
parente29b1feead084f19e862bd719f140a490e3ed7f2
updated for version 7.4.256
Problem:    Using systemlist() may cause a crash and does not handle NUL
            characters properly.
Solution:   Increase the reference count, allocate memory by length. (Yasuhiro
            Matsumoto)
src/eval.c
src/version.c