]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.1.0388: Coverity complains about possible NULL pointer use v8.1.0388
authorBram Moolenaar <Bram@vim.org>
Thu, 13 Sep 2018 19:30:05 +0000 (21:30 +0200)
committerBram Moolenaar <Bram@vim.org>
Thu, 13 Sep 2018 19:30:05 +0000 (21:30 +0200)
commitbf1c1b85136bbbe55a50c9cd01ed064d8df75697
treede8066b232163946f8fc47a9e6315ed3bff6e56b
parent24839edc54e985ed88d063513226922a6f5b7554
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().
src/evalfunc.c
src/version.c