]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.2666: Vim9: not enough function arguments checked for string v8.2.2666
authorBram Moolenaar <Bram@vim.org>
Sat, 27 Mar 2021 20:23:30 +0000 (21:23 +0100)
committerBram Moolenaar <Bram@vim.org>
Sat, 27 Mar 2021 20:23:30 +0000 (21:23 +0100)
commitc580943965fc9b006ec233bdee4ea5380f5594ea
treef17d1e9bbebd06aac239d16dd6d16fc1ecfc88e1
parent7b45d46cf7db0d2d7a4defc2d81b233a2c672b74
patch 8.2.2666: Vim9: not enough function arguments checked for string

Problem:    Vim9: not enough function arguments checked for string.
Solution:   Check in ch_logfile(), char2nr() and others.
src/channel.c
src/eval.c
src/evalfunc.c
src/filepath.c
src/testdir/test_vim9_builtin.vim
src/version.c