aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
authorMatthew Burgess <matthew@linuxfromscratch.org>2005-08-06 11:19:23 +0000
committerMatthew Burgess <matthew@linuxfromscratch.org>2005-08-06 11:19:23 +0000
commit329d049e179103754d0c0c3e67d54fd6499f94c8 (patch)
tree67be848863ef9df79d523a9c61eb09769b6dc556 /chapter06
parentbdee2f5886beaa74902b2a7a64cae6b149aba355 (diff)
Update Vim's security patch to fix the latest modeline vulnerability
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6614 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/vim.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter06/vim.xml b/chapter06/vim.xml
index 0e2e7d81e..82d20bb2b 100644
--- a/chapter06/vim.xml
+++ b/chapter06/vim.xml
@@ -46,8 +46,8 @@ class="directory">/etc</filename>:</para>
<screen><userinput>echo '#define SYS_VIMRC_FILE "/etc/vimrc"' &gt;&gt; src/feature.h</userinput></screen>
-<para>Vim has a security vulnerability already addressed upstream. The
-following patch fixes the problem:</para>
+<para>Vim has two known security vulnerabilities that have already been
+addressed upstream. The following patch fixes the problems:</para>
<screen><userinput>patch -Np1 -i ../&vim-security_fix-patch;</userinput></screen>