commit | f6d39c31d2177549a986d170e192d8351bd571e2 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Aug 16 17:50:38 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Aug 16 17:50:38 2022 +0100 |
tree | 88571362c680104807bb5201a8e1f52871b8de39 | |
parent | 948a3894d98f5e2a6e7fc57189fe9c2a5919eebf [diff] |
patch 9.0.0220: invalid memory access with for loop over NULL string Problem: Invalid memory access with for loop over NULL string. Solution: Make sure mb_ptr2len() consistently returns zero for NUL.
diff --git a/src/testdir/test_eval_stuff.vim b/src/testdir/test_eval_stuff.vim index c63082e..313d791 100644 --- a/src/testdir/test_eval_stuff.vim +++ b/src/testdir/test_eval_stuff.vim Binary files differ