mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-20 22:23:27 +00:00
5d48dc1146
Addresses CVE-2015-3239: 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. Upstream stable-v1.2 fixed the missing unwind_i.h issue but no new tarball is released yet Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
12 lines
187 B
Diff
12 lines
187 B
Diff
--- a/Makefile.am
|
|
+++ b/Makefile.am
|
|
@@ -42,7 +42,7 @@ endif
|
|
|
|
nodist_include_HEADERS = include/libunwind-common.h
|
|
|
|
-SUBDIRS = src tests
|
|
+SUBDIRS = src
|
|
|
|
if CONFIG_DOCS
|
|
SUBDIRS += doc
|