diff options
author | Jurica Bradaric <jbradaric@gmail.com> | 2016-09-18 17:44:45 +0200 |
---|---|---|
committer | Jurica Bradaric <jbradaric@gmail.com> | 2016-09-28 21:45:07 +0200 |
commit | b0aa748e1463f78eadebc119a09ada0e25c13e6b (patch) | |
tree | 2b8e6ed5357fd40600fc7dc26e85aa2edf7648d3 /src/nvim/version.c | |
parent | 75314101691a86575fb7d7b1b2931a5dfe7e14e2 (diff) | |
download | rneovim-b0aa748e1463f78eadebc119a09ada0e25c13e6b.tar.gz rneovim-b0aa748e1463f78eadebc119a09ada0e25c13e6b.tar.bz2 rneovim-b0aa748e1463f78eadebc119a09ada0e25c13e6b.zip |
vim-patch:7.4.1681
Problem: Coverity warns for fixed size buffer length (false positive).
Solution: Add a check for the name length.
https://github.com/vim/vim/commit/ef9d9b94a8803c405884bb6914ed745ede57c596
Diffstat (limited to 'src/nvim/version.c')
-rw-r--r-- | src/nvim/version.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/version.c b/src/nvim/version.c index d6a6587135..302e78cb6c 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -762,7 +762,7 @@ static int included_patches[] = { // 1684 NA // 1683 NA 1682, - // 1681, + 1681, // 1680 NA 1679, // 1678 NA |