commit | bf1c1b85136bbbe55a50c9cd01ed064d8df75697 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Sep 13 21:30:05 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Sep 13 21:30:05 2018 +0200 |
tree | de8066b232163946f8fc47a9e6315ed3bff6e56b | |
parent | 24839edc54e985ed88d063513226922a6f5b7554 [diff] [blame] |
patch 8.1.0388: Coverity complains about possible NULL pointer use Problem: Coverity complains about possible NULL pointer use. Solution: Use get_tv_string() instead of get_tv_string_chk().
diff --git a/src/version.c b/src/version.c index 9b2e81b..dce4643 100644 --- a/src/version.c +++ b/src/version.c
@@ -795,6 +795,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 388, +/**/ 387, /**/ 386,