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:
parent
2cda34fbec
commit
9a75eca79f
1 changed files with 2 additions and 0 deletions
|
@ -84,6 +84,8 @@ PLUGINFUNCTION(Store)
|
|||
break;
|
||||
case 'l':
|
||||
case 'L':
|
||||
if (tempstack == NULL) break;
|
||||
|
||||
// Fill with data
|
||||
copymem(g_variables, tempstack->Data, size);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue