commit | 7d2a5796d39905a972e8f74af5f7b0a62e3de173 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Mar 28 22:30:50 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Mar 28 22:30:50 2016 +0200 |
tree | ab771472f1c3918134350367a1ee5fa7edfc44a8 | |
parent | 8b29aba0192cc56294ef49bb3c01adff4b8f3a28 [diff] [blame] |
patch 7.4.1679 Problem: Coverity: copying value of v_lock without initializing it. Solution: Init v_lock in rettv_list_alloc() and rettv_dict_alloc().
diff --git a/src/version.c b/src/version.c index ec283a1..e1f7a2a 100644 --- a/src/version.c +++ b/src/version.c
@@ -749,6 +749,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1679, +/**/ 1678, /**/ 1677,