diff options
| author | Kyle McMartin <kyle@mcmartin.ca> | 2010-11-23 10:55:43 -0500 |
|---|---|---|
| committer | Kyle McMartin <kyle@mcmartin.ca> | 2010-11-23 10:55:43 -0500 |
| commit | 205e1d9754dc714ba93939501079ea6bedde3371 (patch) | |
| tree | 4cbc2942c6f795082220668fbdc9a5efd066060b /kernel.spec | |
| parent | 79bb6459c7ef296ddc40393eb4da4bcffd3329d9 (diff) | |
zero struct memory in ipc shm (CVE-2010-4072)
Diffstat (limited to 'kernel.spec')
| -rw-r--r-- | kernel.spec | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/kernel.spec b/kernel.spec index d3188d47..2684a58b 100644 --- a/kernel.spec +++ b/kernel.spec @@ -731,6 +731,7 @@ Patch12307: tty-restore-tty_ldisc_wait_idle.patch Patch12308: fix-i8k-inline-asm.patch Patch12400: ipc-zero-struct-memory-for-compat-fns.patch +Patch12401: ipc-shm-fix-information-leak-to-user.patch %endif @@ -1359,6 +1360,9 @@ ApplyPatch fix-i8k-inline-asm.patch # rhbz#648658 (CVE-2010-4073) ApplyPatch ipc-zero-struct-memory-for-compat-fns.patch +# rhbz#648656 (CVE-2010-4072) +ApplyPatch ipc-shm-fix-information-leak-to-user.patch + # END OF PATCH APPLICATIONS %endif @@ -1974,6 +1978,7 @@ fi %changelog * Tue Nov 23 2010 Kyle McMartin <kyle@redhat.com> - zero struct memory in ipc compat (CVE-2010-4073) (#648658) +- zero struct memory in ipc shm (CVE-2010-4072) (#648656) * Tue Nov 23 2010 Kyle McMartin <kyle@redhat.com> - fix-i8k-inline-asm.patch: backport gcc miscompilation fix from git |
