aboutsummaryrefslogtreecommitdiffstats
path: root/chapter08/kernel.xml
diff options
context:
space:
mode:
authorAlexander E. Patrakov <alexander@linuxfromscratch.org>2004-06-13 16:20:00 +0000
committerAlexander E. Patrakov <alexander@linuxfromscratch.org>2004-06-13 16:20:00 +0000
commit5ea02778eac60733ce16df37f65e2c81e24c8486 (patch)
treec7f1501cac5916b32e9949084f494afa4c886d0a /chapter08/kernel.xml
parente63529b364f0ace413be9ebe3de5f3f3c24ff576 (diff)
Security: fixed an exploitable DoS bug in FPU exception handling code in linux-2.6.6
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3782 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter08/kernel.xml')
-rw-r--r--chapter08/kernel.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/chapter08/kernel.xml b/chapter08/kernel.xml
index 41f658c04..8995f4264 100644
--- a/chapter08/kernel.xml
+++ b/chapter08/kernel.xml
@@ -43,6 +43,10 @@ recommends that this command be issued prior to <emphasis>each</emphasis>
kernel compilation. You shouldn't rely on the source tree being clean after
un-tarring.</para>
+<para>Fix an exploitable bug in FPU exception handling code:</para>
+
+<screen><userinput>patch -Np1 -i ../linux-&linux-version;-fpu-1.patch</userinput></screen>
+
<para>Configure the kernel via a menu-driven interface:</para>
<screen><userinput>make menuconfig</userinput></screen>