]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.0824: still not enough memory allocated when converting string v8.2.0824
authorBram Moolenaar <Bram@vim.org>
Mon, 25 May 2020 21:01:42 +0000 (23:01 +0200)
committerBram Moolenaar <Bram@vim.org>
Mon, 25 May 2020 21:01:42 +0000 (23:01 +0200)
commit1919371b2b9ddb1a645f40b59adbd89317530882
tree2b484363ac53680d71826dc360608b505b91cfe5
parent25e0f5863e9010a75a1ff0d04e8f886403968755
patch 8.2.0824: still not enough memory allocated when converting string

Problem:    Still not enough memory allocated when converting string with
            special character.
Solution:   Reserve space for expanding K_SPECIAL. (closes #6130)
src/eval.c
src/testdir/test_functions.vim
src/version.c