0
0
mirror of https://github.com/vim/vim.git synced 2025-09-29 04:34:16 -04:00

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().
This commit is contained in:
Bram Moolenaar
2018-09-13 21:30:05 +02:00
parent 24839edc54
commit bf1c1b8513
2 changed files with 3 additions and 1 deletions

View File

@@ -794,6 +794,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
388,
/**/
387,
/**/