diff options
| author | Kyle McMartin <kyle@mcmartin.ca> | 2010-11-23 10:06:02 -0500 |
|---|---|---|
| committer | Kyle McMartin <kyle@mcmartin.ca> | 2010-11-23 10:06:02 -0500 |
| commit | 79bb6459c7ef296ddc40393eb4da4bcffd3329d9 (patch) | |
| tree | a4119cb4fdea4a96da11fc80d5006d05f3d48846 /kernel.spec | |
| parent | 6b5e37dd4b06e1ffb3f40d888660f3635f96b6ba (diff) | |
initialize struct memory to zero in ipc compat (CVE-2010-4073)
Diffstat (limited to 'kernel.spec')
| -rw-r--r-- | kernel.spec | 8 |
1 files changed, 8 insertions, 0 deletions
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 @@ -1968,6 +1973,9 @@ fi %changelog * Tue Nov 23 2010 Kyle McMartin <kyle@redhat.com> +- zero struct memory in ipc compat (CVE-2010-4073) (#648658) + +* Tue Nov 23 2010 Kyle McMartin <kyle@redhat.com> - fix-i8k-inline-asm.patch: backport gcc miscompilation fix from git [22d3243d, 6b4e81db] (rhbz#647677) |
