]> git.ipfire.org Git - people/arne_f/ipfire-3.x.git/blame - vim/patches/vim-7.3.070.patch0
Move all packages to root.
[people/arne_f/ipfire-3.x.git] / vim / patches / vim-7.3.070.patch0
CommitLineData
17e7d110
SS
1To: vim_dev@googlegroups.com
2Subject: Patch 7.3.070
3Fcc: outbox
4From: Bram Moolenaar <Bram@moolenaar.net>
5Mime-Version: 1.0
6Content-Type: text/plain; charset=UTF-8
7Content-Transfer-Encoding: 8bit
8------------
9
10Patch 7.3.070
11Problem: Can set environment variables in the sandbox, could be abused.
12Solution: Disallow it.
13Files: src/eval.c
14
15
16*** ../vim-7.3.069/src/eval.c 2010-11-10 20:31:24.000000000 +0100
17--- src/eval.c 2010-12-02 14:42:31.000000000 +0100
18***************
19*** 2326,2332 ****
20 else if (endchars != NULL
21 && vim_strchr(endchars, *skipwhite(arg)) == NULL)
22 EMSG(_(e_letunexp));
23! else
24 {
25 c1 = name[len];
26 name[len] = NUL;
27--- 2326,2332 ----
28 else if (endchars != NULL
29 && vim_strchr(endchars, *skipwhite(arg)) == NULL)
30 EMSG(_(e_letunexp));
31! else if (!check_secure())
32 {
33 c1 = name[len];
34 name[len] = NUL;
35*** ../vim-7.3.069/src/version.c 2010-11-24 18:48:08.000000000 +0100
36--- src/version.c 2010-12-02 14:46:44.000000000 +0100
37***************
38*** 716,717 ****
39--- 716,719 ----
40 { /* Add new patch number below this line */
41+ /**/
42+ 70,
43 /**/
44
45--
46The only way the average employee can speak to an executive is by taking a
47second job as a golf caddie.
48 (Scott Adams - The Dilbert principle)
49
50 /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\
51/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
52\\\ an exciting new programming language -- http://www.Zimbu.org ///
53 \\\ help me help AIDS victims -- http://ICCF-Holland.org ///