SafePPO should consider !makensis as unsafe (for now)
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6499 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
bf2f0fad80
commit
45e80b52d5
1 changed files with 2 additions and 2 deletions
|
@ -352,8 +352,8 @@ bool CEXEBuild::is_unsafe_pp_token(int tkid)
|
||||||
switch(tkid)
|
switch(tkid)
|
||||||
{
|
{
|
||||||
case TOK_P_TEMPFILE: case TOK_P_APPENDFILE: case TOK_P_DELFILE:
|
case TOK_P_TEMPFILE: case TOK_P_APPENDFILE: case TOK_P_DELFILE:
|
||||||
case TOK_P_SYSTEMEXEC: case TOK_P_EXECUTE: case TOK_P_FINALIZE:
|
case TOK_P_SYSTEMEXEC: case TOK_P_EXECUTE: case TOK_P_MAKENSIS:
|
||||||
case TOK_P_PACKEXEHEADER:
|
case TOK_P_PACKEXEHEADER: case TOK_P_FINALIZE:
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
return false;
|
return false;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue