]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.3331: Coverity warns for using value without boundary check v8.2.3331
authorBram Moolenaar <Bram@vim.org>
Wed, 11 Aug 2021 15:13:54 +0000 (17:13 +0200)
committerBram Moolenaar <Bram@vim.org>
Wed, 11 Aug 2021 15:13:54 +0000 (17:13 +0200)
commited7cb2df35244e40e5c4df06169b50e705427576
tree5ae3031062ca05358fb1736f1d7d09dad0631202
parent7deb4115ef72c0468cd6f9cc5f036d5c405641d4
patch 8.2.3331: Coverity warns for using value without boundary check

Problem:    Coverity warns for using value without boundary check.
Solution:   Add a boundary check.
src/version.c
src/viminfo.c