To: vim_dev@googlegroups.com Subject: Patch 8.2.1672 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 8.2.1672 Problem: v_lock is used when it is not initialized. (Yegappan Lakshmanan) Solution: Initialize the typval in eval1(). Files: src/eval.c *** ../vim-8.2.1671/src/eval.c 2020-09-12 21:26:37.922233032 +0200 --- src/eval.c 2020-09-12 22:02:24.657036710 +0200 *************** *** 2103,2108 **** --- 2103,2110 ---- char_u *p; int getnext; + CLEAR_POINTER(rettv); + /* * Get the first variable. */ *** ../vim-8.2.1671/src/version.c 2020-09-12 21:26:37.922233032 +0200 --- src/version.c 2020-09-12 22:07:30.596054962 +0200 *************** *** 752,753 **** --- 752,755 ---- { /* Add new patch number below this line */ + /**/ + 1672, /**/ -- It is illegal for anyone to give lighted cigars to dogs, cats, and other domesticated animal kept as pets. [real standing law in Illinois, United States of America] /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\ /// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ an exciting new programming language -- http://www.Zimbu.org /// \\\ help me help AIDS victims -- http://ICCF-Holland.org ///