summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/glibc/glibc_2.20.bb
diff options
context:
space:
mode:
authorSona Sarmadi <sona.sarmadi@enea.com>2016-02-03 11:59:18 +0100
committerTudor Florea <tudor.florea@enea.com>2016-02-04 01:11:51 +0100
commit5bebd3abb85fec2af8d49045f696d73ec6a169c5 (patch)
tree78ec2e06d39cda9d8ef09b3040a027e3cd8116c4 /meta/recipes-core/glibc/glibc_2.20.bb
parentc15130e80eb40e80dccc140ca79cae8b01324e04 (diff)
downloadpoky-5bebd3abb85fec2af8d49045f696d73ec6a169c5.tar.gz
glibc: CVE-2015-8779
Fixes an overflow vulnerability causing applications which pass long strings to the catopen function to crash or, potentially execute arbitrary code. (From OE-Core rev: af20e323932caba8883c91dac610e1ba2b3d4ab5) Rferences: https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2015-8779 Upstream bug: https://sourceware.org/bugzilla/show_bug.cgi?id=17905 CVE assignment: http://seclists.org/oss-sec/2016/q1/153 Reference to the upstream fix: https://sourceware.org/git/gitweb.cgi?p=glibc.git;h= 0f58539030e436449f79189b6edab17d7479796e Signed-off-by: Sona Sarmadi <sona.sarmadi@enea.com> Signed-off-by: Tudor Florea <tudor.florea@enea.com>
Diffstat (limited to 'meta/recipes-core/glibc/glibc_2.20.bb')
-rw-r--r--meta/recipes-core/glibc/glibc_2.20.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-core/glibc/glibc_2.20.bb b/meta/recipes-core/glibc/glibc_2.20.bb
index b9891d85ce..b854ea2cf7 100644
--- a/meta/recipes-core/glibc/glibc_2.20.bb
+++ b/meta/recipes-core/glibc/glibc_2.20.bb
@@ -54,6 +54,7 @@ CVEPATCHES = "\
54 file://CVE-2015-8776.patch \ 54 file://CVE-2015-8776.patch \
55 file://CVE-2015-8777.patch \ 55 file://CVE-2015-8777.patch \
56 file://CVE-2015-8778.patch \ 56 file://CVE-2015-8778.patch \
57 file://CVE-2015-8779.patch \
57 " 58 "
58LIC_FILES_CHKSUM = "file://LICENSES;md5=e9a558e243b36d3209f380deb394b213 \ 59LIC_FILES_CHKSUM = "file://LICENSES;md5=e9a558e243b36d3209f380deb394b213 \
59 file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ 60 file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \