diff options
author | Li Zhou <li.zhou@windriver.com> | 2015-09-02 11:03:39 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-09-04 16:23:49 +0100 |
commit | 7f93052dc5cefe7ecc8c1288e3bc77e3c5b400d6 (patch) | |
tree | 18e760e0a30aaad0ea613a2451ba8dd27fa1de92 /meta/recipes-support/libunwind/libunwind_1.1.bb | |
parent | 1362986886cc96c8cc11fb60795f729b41770414 (diff) | |
download | poky-7f93052dc5cefe7ecc8c1288e3bc77e3c5b400d6.tar.gz |
libunwind: Security Advisory - libunwind - CVE-2015-3239
libunwind: Invalid dwarf opcodes can cause references beyond the end of
the array
Off-by-one error in the dwarf_to_unw_regnum function in include/dwarf_i.h
in libunwind 1.1 allows local users to have unspecified impact via
invalid dwarf opcodes.
(From OE-Core rev: 9c4e7f5c009b076b0bc638a02fcf3d96c362e7eb)
Signed-off-by: Li Zhou <li.zhou@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/libunwind/libunwind_1.1.bb')
-rw-r--r-- | meta/recipes-support/libunwind/libunwind_1.1.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-support/libunwind/libunwind_1.1.bb b/meta/recipes-support/libunwind/libunwind_1.1.bb index ee6f522d68..8282c1b71a 100644 --- a/meta/recipes-support/libunwind/libunwind_1.1.bb +++ b/meta/recipes-support/libunwind/libunwind_1.1.bb | |||
@@ -5,6 +5,7 @@ SRC_URI += "\ | |||
5 | file://AArch64-port.patch \ | 5 | file://AArch64-port.patch \ |
6 | file://Fix-test-case-link-failure-on-PowerPC-systems-with-Altivec.patch \ | 6 | file://Fix-test-case-link-failure-on-PowerPC-systems-with-Altivec.patch \ |
7 | file://Link-libunwind-to-libgcc_s-rather-than-libgcc.patch \ | 7 | file://Link-libunwind-to-libgcc_s-rather-than-libgcc.patch \ |
8 | file://0001-Invalid-dwarf-opcodes-can-cause-references-beyond-th.patch \ | ||
8 | " | 9 | " |
9 | 10 | ||
10 | SRC_URI[md5sum] = "fb4ea2f6fbbe45bf032cd36e586883ce" | 11 | SRC_URI[md5sum] = "fb4ea2f6fbbe45bf032cd36e586883ce" |