]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 7.4.1715 v7.4.1715
authorBram Moolenaar <Bram@vim.org>
Wed, 6 Apr 2016 20:59:37 +0000 (22:59 +0200)
committerBram Moolenaar <Bram@vim.org>
Wed, 6 Apr 2016 20:59:37 +0000 (22:59 +0200)
commitddecc25947dbdd689d5bcaed32f298a08abdd497
treea6a666b3e79c37895431f7732a4318b0692aa366
parent54f1b7abf8c48b1dd997202258d1d0673ed4bd29
patch 7.4.1715
Problem:    Double free when a partial is in a cycle with a list or dict.
            (Nikolai Pavlov)
Solution:   Do not free a nested list or dict used by the partial.
src/eval.c
src/testdir/test_partial.vim
src/version.c