]> granicus.if.org Git - vim/commit
patch 8.2.4214: illegal memory access with large 'tabstop' in Ex mode v8.2.4214
authorBram Moolenaar <Bram@vim.org>
Tue, 25 Jan 2022 11:55:02 +0000 (11:55 +0000)
committerBram Moolenaar <Bram@vim.org>
Tue, 25 Jan 2022 11:55:02 +0000 (11:55 +0000)
commit85b6747abc15a7a81086db31289cf1b8b17e6cb1
tree5fbac72647079ea80b7a09895c9cd2ff4e62f0db
parent76687d27173e64d739ea371751697c03ad0821ef
patch 8.2.4214: illegal memory access with large 'tabstop' in Ex mode

Problem:    Illegal memory access with large 'tabstop' in Ex mode.
Solution:   Allocate enough memory.
src/ex_getln.c
src/testdir/test_ex_mode.vim
src/version.c