commit | 191f18bad0b5c48afa05c3e8a00f3ced993f6a38 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Feb 04 16:38:47 2018 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Feb 04 16:38:47 2018 +0100 |
tree | 0aed9e0d035e54bf4446623926d55b7ae524d684 | |
parent | fef4ddd5eb8816a6607a624aa401bcfa71a63def [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index 767a348..e4a4b51 100644 --- a/src/version.c +++ b/src/version.c
@@ -772,6 +772,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1468, +/**/ 1467, /**/ 1466,