]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.0429: Coverity complains about eval.c refactor v9.1.0429
authorChristian Brabandt <cb@256bit.org>
Tue, 21 May 2024 16:39:10 +0000 (18:39 +0200)
committerChristian Brabandt <cb@256bit.org>
Tue, 21 May 2024 16:39:10 +0000 (18:39 +0200)
commitb335a9312cfbe5a5fa9186d06fe10479502ba15c
tree2ed5305eda1823314f382f15fa3377707983b09b
parent42cd192daa4b7f29131c7be1beaecb6067e96266
patch 9.1.0429: Coverity complains about eval.c refactor

Problem:  Coverity complains about eval.c refactor
          (after v9.1.0422)
Solution: Check that buf is not used un-initialized,
          add explicit conditions for save and restore
          of copyID

Signed-off-by: Christian Brabandt <cb@256bit.org>
src/eval.c
src/version.c