commit | aaaf57d8a936efe420190c077e4a74041cc6c72e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Feb 05 14:13:20 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Feb 05 14:13:20 2017 +0100 |
tree | 3c434fd48844736ed55f5ee05d9c4b5fc777a744 | |
parent | 1fb0d49803b4f57025ed6a43b1f5b9eb91524645 [diff] [blame] |
patch 8.0.0305: invalid memory access when option has duplicate flag Problem: Invalid memory access when option has duplicate flag. Solution: Correct pointer computation. (Dominique Pelle, closes #1442)
diff --git a/src/version.c b/src/version.c index 9273b2b..78cb27f 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 305, +/**/ 304, /**/ 303,