summaryrefslogtreecommitdiffstats
path: root/recipes-core/glibc/glibc_2.27.bbappend
diff options
context:
space:
mode:
authorAdrian Mangeac <Adrian.Mangeac@enea.com>2018-09-26 13:50:42 +0200
committerAdrian Mangeac <Adrian.Mangeac@enea.com>2018-09-27 12:59:41 +0200
commit27753e6e297fc6f17490cf700f4da10d0df1855e (patch)
tree8c5f0e6329cb362c5edfae7dfa217beb35f9e04a /recipes-core/glibc/glibc_2.27.bbappend
parent3efb0bdd5c79f5dcb21495e9b444721603ae93f0 (diff)
downloadmeta-nfv-access-common-27753e6e297fc6f17490cf700f4da10d0df1855e.tar.gz
glibc_2.27: Fix for CVE-2018-11237sumo
Reference: https://nvd.nist.gov/vuln/detail/CVE-2018-11237 Change-Id: I703ff10f4c95d85eb183ee791d7be2a450353616 Signed-off-by: Adrian Mangeac <Adrian.Mangeac@enea.com>
Diffstat (limited to 'recipes-core/glibc/glibc_2.27.bbappend')
-rw-r--r--recipes-core/glibc/glibc_2.27.bbappend6
1 files changed, 6 insertions, 0 deletions
diff --git a/recipes-core/glibc/glibc_2.27.bbappend b/recipes-core/glibc/glibc_2.27.bbappend
new file mode 100644
index 0000000..1ab2d4a
--- /dev/null
+++ b/recipes-core/glibc/glibc_2.27.bbappend
@@ -0,0 +1,6 @@
1# look for files in the layer first
2FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
3
4SRC_URI += " \
5 file://CVE-2018-11237.patch \
6 "