Add CVE ID for UDP checksum DoS

svn path=/dists/sid/linux/; revision=22789
This commit is contained in:
Ben Hutchings 2015-07-05 20:12:28 +00:00
parent 74af9f304e
commit c9c7b07e93
1 changed files with 1 additions and 1 deletions

2
debian/changelog vendored
View File

@ -24,7 +24,7 @@ linux (4.0.7-1) UNRELEASED; urgency=medium
- net_sched: invoke ->attach() after setting dev->qdisc
- sctp: Fix mangled IPv4 addresses on a IPv6 listening socket
- bridge: fix br_multicast_query_expired() bug
- udp: fix behavior of wrong checksums
- udp: fix behavior of wrong checksums (CVE-2015-5364)
- tcp: fix child sockets to use system default congestion control if not set
- xen: netback: read hotplug script once at start of day.
- ipv4/udp: Verify multicast group is ours in upd_v4_early_demux()