summaryrefslogtreecommitdiffstats
path: root/kernel.spec
diff options
context:
space:
mode:
authorLaura Abbott <labbott@fedoraproject.org>2017-03-07 14:59:52 -0800
committerLaura Abbott <labbott@fedoraproject.org>2017-03-07 15:08:40 -0800
commitbb2d360aa60cff05a37c7ef79d0b130a408e209b (patch)
tree5356b02b8d03c5cbdc4b886e4ed4e34cabaed0c3 /kernel.spec
parent9faa243ea8b3556e2ba31c82d323f68f97013e49 (diff)
downloadkernel-bb2d360aa60cff05a37c7ef79d0b130a408e209b.tar.gz
kernel-bb2d360aa60cff05a37c7ef79d0b130a408e209b.tar.xz
kernel-bb2d360aa60cff05a37c7ef79d0b130a408e209b.zip
CVE-2017-2636 Race condition access to n_hdlc.tbuf causes double free in n_hdlc_release (rhbz 1430049)
Diffstat (limited to 'kernel.spec')
-rw-r--r--kernel.spec6
1 files changed, 6 insertions, 0 deletions
diff --git a/kernel.spec b/kernel.spec
index d2fa6684c..339f441c9 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -654,6 +654,9 @@ Patch863: ipc-shm-Fix-shmat-mmap-nil-page-protection.patch
#CVE-2017-6353 rhbz 1428907 1428910
Patch864: sctp-deny-peeloff-operation-on-asocs-with-threads-sl.patch
+# CVE-2017-2636 rhbz 1430049
+Patch668: 0001-tty-n_hdlc-get-rid-of-racy-n_hdlc.tbuf.patch
+
# END OF PATCH DEFINITIONS
%endif
@@ -2182,6 +2185,9 @@ fi
#
#
%changelog
+* Tue Mar 07 2017 Laura Abbott <labbott@fedoraproject.org>
+- CVE-2017-2636 Race condition access to n_hdlc.tbuf causes double free in n_hdlc_release (rhbz 1430049)
+
* Tue Mar 7 2017 Laura Abbott <labbott@redhat.com>
- Disable CONFIG_IWLWIFI_PCIE_RTPM (rhbz 1429135)