fixed bug #1620178 - System::Store l crash installer when private stack is empty

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4845 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2006-12-22 12:47:03 +00:00
parent 2cda34fbec
commit 9a75eca79f

View file

@ -84,6 +84,8 @@ PLUGINFUNCTION(Store)
break;
case 'l':
case 'L':
if (tempstack == NULL) break;
// Fill with data
copymem(g_variables, tempstack->Data, size);