diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2005-08-06 11:19:23 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2005-08-06 11:19:23 +0000 |
commit | 329d049e179103754d0c0c3e67d54fd6499f94c8 (patch) | |
tree | 67be848863ef9df79d523a9c61eb09769b6dc556 /chapter06 | |
parent | bdee2f5886beaa74902b2a7a64cae6b149aba355 (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.xml | 4 |
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"' >> 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> |