summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/glibc/glibc_2.20.bb
diff options
context:
space:
mode:
authorSona Sarmadi <sona.sarmadi@enea.com>2015-10-21 09:32:03 +0200
committerTudor Florea <tudor.florea@enea.com>2015-10-22 10:19:49 +0200
commit3112f71d69204e618487250c400ad3bbf656d68e (patch)
treebf1c256316392969d522b29c8513e1d32ef065e8 /meta/recipes-core/glibc/glibc_2.20.bb
parent15f68138d4d0ff56704217369facc8baf03783a5 (diff)
downloadpoky-3112f71d69204e618487250c400ad3bbf656d68e.tar.gz
glibc/wscanf: CVE-2015-1472
Fixes a heap buffer overflow in glibc wscanf. References: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-1472 https://sourceware.org/ml/libc-alpha/2015-02/msg00119.html http://openwall.com/lists/oss-security/2015/02/04/1 Reference to upstream fix: https://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commit; h=5bd80bfe9ca0d955bfbbc002781bc7b01b6bcb06 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 a0736cdeec..cfbc1c2956 100644
--- a/meta/recipes-core/glibc/glibc_2.20.bb
+++ b/meta/recipes-core/glibc/glibc_2.20.bb
@@ -48,6 +48,7 @@ CVEPATCHES = "\
48 file://CVE-2014-7817-wordexp-fails-to-honour-WRDE_NOCMD.patch \ 48 file://CVE-2014-7817-wordexp-fails-to-honour-WRDE_NOCMD.patch \
49 file://CVE-2012-3406-Stack-overflow-in-vfprintf-BZ-16617.patch \ 49 file://CVE-2012-3406-Stack-overflow-in-vfprintf-BZ-16617.patch \
50 file://CVE-2014-9402_endless-loop-in-getaddr_r.patch \ 50 file://CVE-2014-9402_endless-loop-in-getaddr_r.patch \
51 file://CVE-2015-1472-wscanf-allocates-too-little-memory.patch \
51 " 52 "
52LIC_FILES_CHKSUM = "file://LICENSES;md5=e9a558e243b36d3209f380deb394b213 \ 53LIC_FILES_CHKSUM = "file://LICENSES;md5=e9a558e243b36d3209f380deb394b213 \
53 file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ 54 file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \