commit | a991ce9c083bb8c02b1b1ec34ed35728197050f3 | [log] [tgz] |
---|---|---|
author | zeertzjq <zeertzjq@outlook.com> | Fri Oct 06 19:16:36 2023 +0200 |
committer | Christian Brabandt <cb@256bit.org> | Fri Oct 06 19:18:12 2023 +0200 |
tree | 86b81d3c944a52d370959307b44136356cd27976 | |
parent | ac9c6d5c786a016ca1dce297d167a5a963881f7e [diff] [blame] |
patch 9.0.1995: Invalid memory access with empty 'foldexpr' Problem: Invalid memory access when 'foldexpr' returns empty string. Solution: Check for NUL. closes: #13293 Signed-off-by: Christian Brabandt <cb@256bit.org> Co-authored-by: zeertzjq <zeertzjq@outlook.com>
diff --git a/src/testdir/test_fold.vim b/src/testdir/test_fold.vim index 398a0c2..cb29d43 100644 --- a/src/testdir/test_fold.vim +++ b/src/testdir/test_fold.vim Binary files differ