updated for version 7.3.070

Problem:    Can set environment variables in the sandbox, could be abused.
Solution:   Disallow it.
This commit is contained in:
Bram Moolenaar
2010-12-02 14:48:14 +01:00
parent 7c84bd9153
commit 4ece06e069
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -2326,7 +2326,7 @@ ex_let_one(arg, tv, copy, endchars, op)
else if (endchars != NULL
&& vim_strchr(endchars, *skipwhite(arg)) == NULL)
EMSG(_(e_letunexp));
else
else if (!check_secure())
{
c1 = name[len];
name[len] = NUL;
+2
View File
@@ -714,6 +714,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
70,
/**/
69,
/**/