]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 7.4.2223 v7.4.2223
authorBram Moolenaar <Bram@vim.org>
Wed, 17 Aug 2016 19:32:09 +0000 (21:32 +0200)
committerBram Moolenaar <Bram@vim.org>
Wed, 17 Aug 2016 19:32:09 +0000 (21:32 +0200)
commitd3c907b5d2b352482b580a0cf687cbbea4c19ea1
tree4ef356217c0b95e6f6ee5b5d3bb756c103ef8b82
parent6bff02eb530aa29aafa2cb5627399837be7a5dd5
patch 7.4.2223
Problem:    Buffer overflow when using latin1 character with feedkeys().
Solution:   Check for an illegal character.  Add a test.
src/Makefile
src/evalfunc.c
src/getchar.c
src/macros.h
src/os_unix.c
src/os_win32.c
src/spell.c
src/testdir/test_alot_utf8.vim
src/testdir/test_regexp_utf8.vim
src/testdir/test_source_utf8.vim [new file with mode: 0644]
src/version.c