Patch 7.0.183
commitcafc098cc662f1ffc72416d7c61697073a66cacc
authoredyfox <edyfox@2a77ed30-b011-0410-a7ad-c7884a0aa172>
Mon, 15 Jan 2007 00:42:40 +0000 (15 00:42 +0000)
committeredyfox <edyfox@2a77ed30-b011-0410-a7ad-c7884a0aa172>
Mon, 15 Jan 2007 00:42:40 +0000 (15 00:42 +0000)
tree5ec731f4ef126cf89d058e8b162c406f1ec6086f
parent358cce73e2a6bd6aa715d1e885ff6387cde3c163
Patch 7.0.183
Problem:    Crash in ":let" when redirecting to a variable that's being
           displayed. (Thomas Link)
Solution:   When redirecting to a variable only do the assignment when
           stopping redirection to avoid that setting the variable causes a
           freed string to be accessed.
Files:      src/eval.c

git-svn-id: https://vim.svn.sourceforge.net/svnroot/vim/vim7@200 2a77ed30-b011-0410-a7ad-c7884a0aa172
src/eval.c
src/version.c