summaryrefslogtreecommitdiffstats
path: root/kernel.spec
diff options
context:
space:
mode:
authorJustin M. Forbes <jforbes@redhat.com>2016-12-07 11:25:59 -0600
committerJustin M. Forbes <jforbes@redhat.com>2016-12-07 11:25:59 -0600
commit0c8cb1113fa14b237f37dc609cced4f4451a41db (patch)
tree293b890c6202ebde6d5b6824115738d2cf1c7811 /kernel.spec
parentf73ba7bcea33b3ef3d68b2fa42b50914dc5f61d0 (diff)
downloadkernel-0c8cb1113fa14b237f37dc609cced4f4451a41db.tar.gz
kernel-0c8cb1113fa14b237f37dc609cced4f4451a41db.tar.xz
kernel-0c8cb1113fa14b237f37dc609cced4f4451a41db.zip
CVE-2016-9793 avoid signed overflows for SO_{SND|RCV}BUFFORCE (rhbz 1402013 1402014)
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 0626af1bb..076dd8536 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -648,6 +648,9 @@ Patch856: 0001-netfilter-ipv6-nf_defrag-drop-mangled-skb-on-ream-er.patch
# CVE-2016-8655 rhbz 1400019 1401820
Patch857: 0001-packet-fix-race-condition-in-packet_set_ring.patch
+# CVE-2016-9793 rhbz 1402013 1402014
+Patch858: 0001-net-avoid-signed-overflows-for-SO_-SND-RCV-BUFFORCE.patch
+
# END OF PATCH DEFINITIONS
%endif
@@ -2184,6 +2187,9 @@ fi
#
#
%changelog
+* Wed Dec 07 2016 Justin M. Forbes <jforbes@fedoraproject.org>
+- CVE-2016-9793 avoid signed overflows for SO_{SND|RCV}BUFFORCE (rhbz 1402013 1402014)
+
* Tue Dec 06 2016 Justin M. Forbes <jforbes@fedoraproject.org>
- CVE-2016-8655 fix race condition in packet_set_ring (rhbz 1400019 1401820)