]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 7.4.1681 v7.4.1681
authorBram Moolenaar <Bram@vim.org>
Mon, 28 Mar 2016 20:44:50 +0000 (22:44 +0200)
committerBram Moolenaar <Bram@vim.org>
Mon, 28 Mar 2016 20:44:50 +0000 (22:44 +0200)
commitef9d9b94a8803c405884bb6914ed745ede57c596
tree087ac0a4b7d014b4d377da3fadb76038e8b5d0fe
parent925ccfde79bf734bc89269c705cebe2d49fe6444
patch 7.4.1681
Problem:    Coverity warns for fixed size buffer length (false positive).
Solution:   Add a check for the name length.
src/eval.c
src/version.c