commit | b5ce04dd281d2923693255a1f565d2170c2ca504 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jul 07 17:15:33 2011 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jul 07 17:15:33 2011 +0200 |
tree | 151dae5917713d4243f75298c83abf1387ee641b | |
parent | 80ae7b2287d712069243d8ebe2e4a39bd79737a4 [diff] [blame] |
updated for version 7.3.242 Problem: Illegal memory access in after_pathsep(). Solution: Check that the pointer is not at the start of the file name. (Dominique Pelle)
diff --git a/src/version.c b/src/version.c index d9b50a6..4826a51 100644 --- a/src/version.c +++ b/src/version.c
@@ -710,6 +710,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 242, +/**/ 241, /**/ 240,