commit | 3b318513561b5862944769188ae4af6b70311838 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Sep 06 19:19:45 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Sep 06 19:19:45 2021 +0200 |
tree | c2cc892b4c5fffd392f47676e87fcb66fe834b1d | |
parent | 3ae5fc9a6a881e0be381e4cc70080ac5908d7520 [diff] [blame] |
patch 8.2.3407: using uninitialized memory with "let g:['bar'] = 2" Problem: Using uninitialized memory with "let g:['bar'] = 2". Solution: Initialize v_type of a new dict item.
diff --git a/src/version.c b/src/version.c index d56e443..6301d77 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3407, +/**/ 3406, /**/ 3405,