]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.1031: Coverity complains about insecure data handling v9.1.1031
authorYegappan Lakshmanan <yegappan@yahoo.com>
Sat, 18 Jan 2025 09:24:25 +0000 (10:24 +0100)
committerChristian Brabandt <cb@256bit.org>
Sat, 18 Jan 2025 09:29:46 +0000 (10:29 +0100)
commit5e9aaedf520e850470fdecebb1ceccba0956178e
tree9c4abf6d358bbe573238435273d5df136d653632
parent54cb514c9a8320d77650a63f0f7405aa8cc5b0d7
patch 9.1.1031: Coverity complains about insecure data handling

Problem:  Coverity complains about insecure data handling
          (v9.1.1024)
Solution: use int consistently to access the blob index
          (Yegappan Lakshmanan)

related: #16468

Signed-off-by: Yegappan Lakshmanan <yegappan@yahoo.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
src/fileio.c
src/strings.c
src/testdir/test_functions.vim
src/version.c