commit | caea66442d86e7bbba3bf3dc202c3c0d549b9853 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jul 07 19:42:04 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jul 07 19:42:04 2022 +0100 |
tree | f0fa5d377932b6f88cd39395095f9cf7d11d55e5 | |
parent | b8329db36a886355e6e9cb9986a3668fef78c438 [diff] [blame] |
patch 9.0.0045: reading past end of completion with a long line Problem: Reading past end of completion with a long line and 'infercase' set. Solution: Allocate the string if needed.
diff --git a/src/version.c b/src/version.c index 31ece0e..75de2fc 100644 --- a/src/version.c +++ b/src/version.c
@@ -736,6 +736,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 45, +/**/ 44, /**/ 43,