commit | 181ace28ed41ba15078285194a9b9d6e52b46844 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Feb 13 14:36:44 2013 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Feb 13 14:36:44 2013 +0100 |
tree | f409492fa74ff962884cca940307444d14d22127 | |
parent | 76d711c3b5397b749a67d229150d3c1ff3f33add [diff] [blame] |
updated for version 7.3.809 Problem: The dosinst.c program has a buffer overflow. (Thomas Gwae) Solution: Ignore $VIMRUNTIME if it is too long.
diff --git a/src/version.c b/src/version.c index c716154..b2ea5c0 100644 --- a/src/version.c +++ b/src/version.c
@@ -726,6 +726,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 809, +/**/ 808, /**/ 807,