commit | ca24e2cfcfd3f064ea1674886e3dcaa8254ad8d7 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jan 22 15:19:22 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jan 22 15:19:22 2017 +0100 |
tree | 0e4cc667364e669e5dfcf5a4874960621bfe3360 | |
parent | 423977d3cebac2be1158b1d11da60fe96db4b750 [diff] [blame] |
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.
diff --git a/src/version.c b/src/version.c index 741b8da..592c77c 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 213, +/**/ 212, /**/ 211,