commit | b7f2270bab102d68f83a6300699b7f98efad81f2 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Apr 27 16:24:07 2023 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Apr 27 16:24:07 2023 +0100 |
tree | 937fbee712a1149b6b5fede0f77bf0b51110121a | |
parent | fbf2071ac9ef08302a1df86c15f3d4ddbe871243 [diff] [blame] |
patch 9.0.1492: using uninitialized memory when argument is missing Problem: Using uninitialized memory when argument is missing. Solution: Check there are sufficient arguments before the base. (closes #12302)
diff --git a/src/version.c b/src/version.c index 1ae97f6..475c367 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1492, +/**/ 1491, /**/ 1490,