]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.0.0212: buffer for key name may be too small v8.0.0212
authorBram Moolenaar <Bram@vim.org>
Sun, 22 Jan 2017 14:05:12 +0000 (15:05 +0100)
committerBram Moolenaar <Bram@vim.org>
Sun, 22 Jan 2017 14:05:12 +0000 (15:05 +0100)
commit423977d3cebac2be1158b1d11da60fe96db4b750
tree01c4beffd9aae804a18666257467926fd0ce2e0c
parent560379d7ae1bace259bbc29a275e73446346ce66
patch 8.0.0212: buffer for key name may be too small

Problem:    The buffer used to store a key name theoreticaly could be too
            small. (Coverity)
Solution:   Count all possible modifier characters.  Add a check for the
            length just in case.
src/keymap.h
src/misc2.c
src/version.c