commit | 28607ba2b82668503f8406bc13690d59af46deb3 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jun 15 21:44:51 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jun 15 21:44:51 2016 +0200 |
tree | bcaccb61eded1a03cda2c8d14bc04f9ca3173a1c | |
parent | 36f0f0686ca313ef7b76387378cd5dc7acea1924 [diff] [blame] |
patch 7.4.1939 Problem: Memory access error when reading viminfo. (Dominique Pelle) Solution: Correct index in jumplist when at the end.
diff --git a/src/version.c b/src/version.c index 1a2b1f3..9608a7e 100644 --- a/src/version.c +++ b/src/version.c
@@ -754,6 +754,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1939, +/**/ 1938, /**/ 1937,