commit | 42f45b850df93b806ef44f3025aecedfffb9ae01 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Mar 14 22:17:14 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Mar 14 22:17:14 2017 +0100 |
tree | 1f3af227f1dd63429598d15463b6c5130c6f0495 | |
parent | 88d298aed8682eac872ebfe40df3112a6acd83e8 [diff] [blame] |
patch 8.0.0458: potential crash if adding list or dict to dict fails Problem: Potential crash if adding list or dict to dict fails. Solution: Make sure the reference count is correct. (Nikolai Pavlov, closes #1555)
diff --git a/src/version.c b/src/version.c index 81ef80f..2e21198 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 458, +/**/ 457, /**/ 456,