diff options
author | Andreas Wellving <andreas.wellving@enea.com> | 2018-10-26 13:53:07 +0200 |
---|---|---|
committer | Andreas Wellving <andreas.wellving@enea.com> | 2018-10-26 13:53:07 +0200 |
commit | c9c86492f9d5d36b35caffe638763cb0f84c7e63 (patch) | |
tree | f005728f5c9e40e036315baeaff2cc9dc04efedc /patches/cve/4.9.x.scc | |
parent | 681b6e77b7ae8b95b8bcc70d29f9808e859be769 (diff) | |
download | enea-kernel-cache-c9c86492f9d5d36b35caffe638763cb0f84c7e63.tar.gz |
tcp: CVE-2018-5390
tcp: free batches of packets in tcp_prune_ofo_queue()
Reference:
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?h=linux-4.9.y&id=2d08921c8da26bdce3d8848ef6f32068f594d7d4
Change-Id: Ia21ffaae335dd6fbea4f41ba64411974bc52bf3a
Signed-off-by: Andreas Wellving <andreas.wellving@enea.com>
Diffstat (limited to 'patches/cve/4.9.x.scc')
-rw-r--r-- | patches/cve/4.9.x.scc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/patches/cve/4.9.x.scc b/patches/cve/4.9.x.scc index f521594..10999ce 100644 --- a/patches/cve/4.9.x.scc +++ b/patches/cve/4.9.x.scc | |||
@@ -24,3 +24,6 @@ SRC_URI += "file://CVE-2018-13405-Fix-up-non-directory-creation-in-SGID-director | |||
24 | 24 | ||
25 | #CVEs fixed in 4.9.115: | 25 | #CVEs fixed in 4.9.115: |
26 | SRC_URI += "file://CVE-2018-10902-ALSA-rawmidi-Change-resized-buffers-atomically.patch" | 26 | SRC_URI += "file://CVE-2018-10902-ALSA-rawmidi-Change-resized-buffers-atomically.patch" |
27 | |||
28 | #CVEs fixed in 4.9.116: | ||
29 | SRC_URI += "file://CVE-2018-5390-tcp-free-batches-of-packets-in-tcp_prune_ofo_queue.patch" | ||