commit | d5824ce1b5491df7d2eb0b66189d366fa67b4585 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Sep 04 20:35:01 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Sep 04 20:35:01 2016 +0200 |
tree | c714124ce2cbbb424824917b9058da7cdf82cb9c | |
parent | 30180b8dad5c1478e7920e56a71352cb318fadb0 [diff] [blame] |
patch 7.4.2326 Problem: Illegal memory access when Visual selection starts in invalid position. (Dominique Pelle) Solution: Correct position when needed.
diff --git a/src/version.c b/src/version.c index 9577731..06fb3ef 100644 --- a/src/version.c +++ b/src/version.c
@@ -764,6 +764,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2326, +/**/ 2325, /**/ 2324,