commit | 3558afe9e9e904cabb8475392d859f2d2fc21041 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Oct 13 16:12:57 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Oct 13 16:12:57 2022 +0100 |
tree | 3ec453686754ece5109f487f5cd9843a4632bf5b | |
parent | d93009eb35c88bfc38781fefdf42ebdb02c61474 [diff] [blame] |
patch 9.0.0742: reading past end of the line when compiling a function Problem: Reading past end of the line when compiling a function with errors. Solution: Do not return an invalid pointer. Fix skipping redirection.
diff --git a/src/version.c b/src/version.c index 6570ac5..467f8e0 100644 --- a/src/version.c +++ b/src/version.c
@@ -700,6 +700,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 742, +/**/ 741, /**/ 740,