commit | 4fabd7dd4a2f77bc741eda58126d529f26f16a8d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Sep 18 18:03:37 2012 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Sep 18 18:03:37 2012 +0200 |
tree | 8b6409274dea43bfdfb027cf776f8ab0397df856 | |
parent | be1e9e9fc1f31e3d0b82eb3febd51923bda2a1e4 [diff] [blame] |
updated for version 7.3.664 Problem: Buffer overflow in unescaping text. (Raymond Ko) Solution: Limit check for multi-byte character to 4 bytes.
diff --git a/src/version.c b/src/version.c index 43d1161..d8ada69 100644 --- a/src/version.c +++ b/src/version.c
@@ -720,6 +720,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 664, +/**/ 663, /**/ 662,