commit | 6a7e2a668b492b5b574e489790e349a9058e2a48 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jun 19 21:06:11 2015 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jun 19 21:06:11 2015 +0200 |
tree | aaed7fbe6bb48d5913c4f997fb53b0a330bfb140 | |
parent | e2db6c975b97685ca58bd767a2b98cd8a94c1938 [diff] [blame] |
patch 7.4.748 Problem: Buffer overflow. Solution: Make the buffer larger. (Kazunobu Kuriyama)
diff --git a/src/version.c b/src/version.c index 4505a3e..dfc2ed3 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 748, +/**/ 747, /**/ 746,