From 79bb6459c7ef296ddc40393eb4da4bcffd3329d9 Mon Sep 17 00:00:00 2001 From: Kyle McMartin Date: Tue, 23 Nov 2010 10:06:02 -0500 Subject: initialize struct memory to zero in ipc compat (CVE-2010-4073) --- kernel.spec | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'kernel.spec') diff --git a/kernel.spec b/kernel.spec index 8b08076e..d3188d47 100644 --- a/kernel.spec +++ b/kernel.spec @@ -730,6 +730,8 @@ Patch12307: tty-restore-tty_ldisc_wait_idle.patch Patch12308: fix-i8k-inline-asm.patch +Patch12400: ipc-zero-struct-memory-for-compat-fns.patch + %endif BuildRoot: %{_tmppath}/kernel-%{KVERREL}-root @@ -1354,6 +1356,9 @@ ApplyPatch tty-restore-tty_ldisc_wait_idle.patch ApplyPatch fix-i8k-inline-asm.patch +# rhbz#648658 (CVE-2010-4073) +ApplyPatch ipc-zero-struct-memory-for-compat-fns.patch + # END OF PATCH APPLICATIONS %endif @@ -1967,6 +1972,9 @@ fi # || || %changelog +* Tue Nov 23 2010 Kyle McMartin +- zero struct memory in ipc compat (CVE-2010-4073) (#648658) + * Tue Nov 23 2010 Kyle McMartin - fix-i8k-inline-asm.patch: backport gcc miscompilation fix from git [22d3243d, 6b4e81db] (rhbz#647677) -- cgit