]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.0.0357: crash when setting 'guicursor' to weird value v8.0.0357
authorBram Moolenaar <Bram@vim.org>
Thu, 23 Feb 2017 16:59:22 +0000 (17:59 +0100)
committerBram Moolenaar <Bram@vim.org>
Thu, 23 Feb 2017 16:59:22 +0000 (17:59 +0100)
commit24922ec23360e7ea7c5a803c9edf476bb6395b32
treec23edca1b1a49453b68a57e4e4ae6c7e1d217b94
parent354796c19a0a4a048017059a0281938cc0b8f09a
patch 8.0.0357: crash when setting 'guicursor' to weird value

Problem:    Crash when setting 'guicursor' to weird value.
Solution:   Avoid negative size. (Dominique Pelle, closes #1465)
src/misc2.c
src/testdir/test_options.vim
src/version.c