diff options
author | Javier Viguera <javier.viguera@digi.com> | 2016-04-06 11:34:50 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-04-11 22:00:48 +0100 |
commit | a4e80e831cd13e6418af0d770c5dbd5b9270eaa5 (patch) | |
tree | 817487750d62badd050559cb163ecde9bdc44fba /meta/recipes-core/eglibc/eglibc_2.19.bb | |
parent | d0326ff5abde814da8647debfd559fcb9aede3a4 (diff) | |
download | openembedded-core-daisy.tar.gz openembedded-core-daisy.tar.bz2 openembedded-core-daisy.zip |
eglibc: security fix CVE-2015-7547daisy
CVE-2015-7547: getaddrinfo() stack-based buffer overflow
Backport patch from GLIBC-2.20 to EGLIBC-2.19.
Signed-off-by: Javier Viguera <javier.viguera@digi.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/eglibc/eglibc_2.19.bb')
-rw-r--r-- | meta/recipes-core/eglibc/eglibc_2.19.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-core/eglibc/eglibc_2.19.bb b/meta/recipes-core/eglibc/eglibc_2.19.bb index a15573c4d1..66ccedced2 100644 --- a/meta/recipes-core/eglibc/eglibc_2.19.bb +++ b/meta/recipes-core/eglibc/eglibc_2.19.bb @@ -29,6 +29,7 @@ SRC_URI = "http://downloads.yoctoproject.org/releases/eglibc/eglibc-${PV}-svnr25 file://CVE-2014-5119.patch \ file://CVE-2014-7817-wordexp-fails-to-honour-WRDE_NOCMD.patch \ file://CVE-2012-3406-Stack-overflow-in-vfprintf-BZ-16617.patch \ + file://CVE-2015-7547.patch \ " SRC_URI[md5sum] = "197836c2ba42fb146e971222647198dd" SRC_URI[sha256sum] = "baaa030531fc308f7820c46acdf8e1b2f8e3c1f40bcd28b6e440d1c95d170d4c" |