commit | bc0ea8f75e3ddd96339db39d41540ad69c6488f6 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon May 20 13:44:29 2013 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon May 20 13:44:29 2013 +0200 |
tree | 78f90b975a63ef68845c3031698328852ba1ee9b | |
parent | 10f3a79e898fa819e3f78adff7b724c930fc9130 [diff] [blame] |
updated for version 7.3.975 Problem: Crash in regexp parsing. Solution: Correctly compute the end of allocated memory.
diff --git a/src/version.c b/src/version.c index 6c6b650..6f07a04 100644 --- a/src/version.c +++ b/src/version.c
@@ -729,6 +729,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 975, +/**/ 974, /**/ 973,