]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.0.0213: Netbeans specialKeys command does not check argument length v8.0.0213
authorBram Moolenaar <Bram@vim.org>
Sun, 22 Jan 2017 14:19:22 +0000 (15:19 +0100)
committerBram Moolenaar <Bram@vim.org>
Sun, 22 Jan 2017 14:19:22 +0000 (15:19 +0100)
commitca24e2cfcfd3f064ea1674886e3dcaa8254ad8d7
tree0e4cc667364e669e5dfcf5a4874960621bfe3360
parent423977d3cebac2be1158b1d11da60fe96db4b750
patch 8.0.0213: Netbeans specialKeys command does not check argument length

Problem:    The Netbeans "specialKeys" command does not check if the argument
            fits in the buffer. (Coverity)
Solution:   Add a length check.
src/netbeans.c
src/version.c