diff options
author | Andreas Wellving <andreas.wellving@enea.com> | 2018-10-17 15:11:28 +0200 |
---|---|---|
committer | Andreas Wellving <andreas.wellving@enea.com> | 2018-10-25 13:22:31 +0200 |
commit | 9a81c6699785afeba2d3afcdb682652bf7844108 (patch) | |
tree | 5dde44711696e6209af563b26e76e42e4a290cb0 /patches/cve/4.1.x.scc | |
parent | 260a690d270fd1273f841e65a7eebea46ab34bfc (diff) | |
download | enea-kernel-cache-9a81c6699785afeba2d3afcdb682652bf7844108.tar.gz |
mm/mempolicy: CVE-2018-10675
mm/mempolicy: fix use after free when calling get_mempolicy
References:
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?h=linux-4.1.y&id=fd30faeaf0f5163356ec053ba9eb1d3b7923062c
Change-Id: I7eca8926a82fe573447c8742be055b3f2c5df6e5
Signed-off-by: Andreas Wellving <andreas.wellving@enea.com>
Diffstat (limited to 'patches/cve/4.1.x.scc')
-rw-r--r-- | patches/cve/4.1.x.scc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/patches/cve/4.1.x.scc b/patches/cve/4.1.x.scc index 6386a9b..475bc09 100644 --- a/patches/cve/4.1.x.scc +++ b/patches/cve/4.1.x.scc | |||
@@ -22,3 +22,6 @@ patch CVE-2017-18017-netfilter-xt_TCPMSS-add-more-sanity-tests-on-tcph-do.patch | |||
22 | #fixed in 4.1.44 | 22 | #fixed in 4.1.44 |
23 | patch CVE-2017-1000111-packet-fix-tp_reserve-race-in-packet_set_ring.patch | 23 | patch CVE-2017-1000111-packet-fix-tp_reserve-race-in-packet_set_ring.patch |
24 | 24 | ||
25 | #fixed in 4.1.45 | ||
26 | patch CVE-2018-10675-mm-mempolicy-fix-use-after-free-when-calling-get_mem.patch | ||
27 | |||