]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.0.1468: illegal memory access in del_bytes() v8.0.1468
authorBram Moolenaar <Bram@vim.org>
Sun, 4 Feb 2018 15:38:47 +0000 (16:38 +0100)
committerBram Moolenaar <Bram@vim.org>
Sun, 4 Feb 2018 15:38:47 +0000 (16:38 +0100)
commit191f18bad0b5c48afa05c3e8a00f3ced993f6a38
tree0aed9e0d035e54bf4446623926d55b7ae524d684
parentfef4ddd5eb8816a6607a624aa401bcfa71a63def
patch 8.0.1468: illegal memory access in del_bytes()

Problem:    Illegal memory access in del_bytes().
Solution:   Check for negative byte count. (Christian Brabandt, closes #2466)
src/message.c
src/misc1.c
src/version.c