commit | e6640ad44e2186bd3642b972115496d347cd1fdd | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Dec 22 21:06:56 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Dec 22 21:06:56 2017 +0100 |
tree | 647370d0a60e9adbdd4acb9ef0b6235be513d1e1 | |
parent | 3c09722600e3218905b5d4a7b635a9e6560f87b3 [diff] [blame] |
patch 8.0.1421: accessing invalid memory with overlong byte sequence Problem: Accessing invalid memory with overlong byte sequence. Solution: Check for NUL character. (test by Dominique Pelle, closes #2485)
diff --git a/src/version.c b/src/version.c index 1a217e7..943469f 100644 --- a/src/version.c +++ b/src/version.c
@@ -772,6 +772,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1421, +/**/ 1420, /**/ 1419,