commit | b70a473e24e36fd14361ece54da37e3ca7155fdd | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Apr 15 22:22:57 2013 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Apr 15 22:22:57 2013 +0200 |
tree | 92704fa8f870a8580bee901edcdaa3013feed7bd | |
parent | 3bb28557e192b9433dc286f89300f2557b46e821 [diff] [blame] |
updated for version 7.3.905 Problem: Crash when writing viminfo. (Ron Aaron) Solution: Prevent freed history info to be used.
diff --git a/src/version.c b/src/version.c index 0e84a04..c745b1c 100644 --- a/src/version.c +++ b/src/version.c
@@ -729,6 +729,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 905, +/**/ 904, /**/ 903,