diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2016-01-25 02:12:06 -0500 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2016-01-27 02:39:42 -0500 |
commit | c15e796211f04b16f58d06fe440f4009a69a1a01 (patch) | |
tree | 3ca8a669031c1af9ed41496a600e2f39601d95a0 /src/nvim/version.c | |
parent | e1d81178ccf374e7142207356a022bdf10571918 (diff) | |
download | rneovim-c15e796211f04b16f58d06fe440f4009a69a1a01.tar.gz rneovim-c15e796211f04b16f58d06fe440f4009a69a1a01.tar.bz2 rneovim-c15e796211f04b16f58d06fe440f4009a69a1a01.zip |
coverity/125476: RI: Null pointer dereference
Diffstat (limited to 'src/nvim/version.c')
-rw-r--r-- | src/nvim/version.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/nvim/version.c b/src/nvim/version.c index dcd1773a7a..acdee8c005 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -69,6 +69,12 @@ static char *features[] = { // clang-format off static int included_patches[] = { + 1081, + + + + + 1055, // 1054, // 1053, |