commit | caf642c25de526229264cab9425e7c9979f3509b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Apr 29 21:38:04 2023 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Apr 29 21:38:04 2023 +0100 |
tree | dd6a1a9602b5e1adf9f939e28e13f9e33dbe6c51 | |
parent | 58806c1553afa2924377f6445ac6ed8cb852f9ca [diff] [blame] |
patch 9.0.1499: using uninitialized memory with fuzzy matching Problem: Using uninitialized memory with fuzzy matching. Solution: Initialize the arrays used to store match positions.
diff --git a/src/version.c b/src/version.c index ce94bc8..460b49b 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1499, +/**/ 1498, /**/ 1497,