]> granicus.if.org Git - vim/commit
patch 8.2.4752: wrong 'statusline' value can cause illegal memory access v8.2.4752
authorzeertzjq <zeertzjq@outlook.com>
Fri, 15 Apr 2022 12:17:57 +0000 (13:17 +0100)
committerBram Moolenaar <Bram@vim.org>
Fri, 15 Apr 2022 12:17:57 +0000 (13:17 +0100)
commit5dc294a7b63ed0e508dd360bc4d98173f1a1aeec
treee108090b4983ba93c56c9d240d99ca3c4731fb4a
parent648dd88af67c7abac31915cbf0025f97031c96c1
patch 8.2.4752: wrong 'statusline' value can cause illegal memory access

Problem:    Wrong 'statusline' value can cause illegal memory access.
Solution:   Properly check the value. (closes #10192)
src/optionstr.c
src/testdir/test_options.vim
src/version.c