diff options
author | Victor Kamensky via Openembedded-core <openembedded-core@lists.openembedded.org> | 2018-07-20 20:38:53 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-07-26 13:16:41 +0100 |
commit | e40faa1dcaa715b5450e72088b19af27f3c36a18 (patch) | |
tree | 7ce2b7946b048ae9c94f82c119eddbf91bb3860f /meta/recipes-kernel/systemtap/systemtap_git.inc | |
parent | 941da957f97ded9caee2d5ebb8ecc524498bb792 (diff) | |
download | poky-e40faa1dcaa715b5450e72088b19af27f3c36a18.tar.gz |
systemtap: fix unintialized memory accesses in dwflpp::function_entrypc
Observed failure in SystemTap v3.3 unit testing, It was tracked down
to unintialized memory access in dwflpp::function_entrypc method.
Upstream-Status: Backport
(From OE-Core rev: 7e465c75e317718ed81a76a6c3e487668e7db1ab)
Signed-off-by: Victor Kamensky <kamensky@cisco.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/systemtap/systemtap_git.inc')
-rw-r--r-- | meta/recipes-kernel/systemtap/systemtap_git.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-kernel/systemtap/systemtap_git.inc b/meta/recipes-kernel/systemtap/systemtap_git.inc index a1e05579e6..06924fc240 100644 --- a/meta/recipes-kernel/systemtap/systemtap_git.inc +++ b/meta/recipes-kernel/systemtap/systemtap_git.inc | |||
@@ -11,6 +11,7 @@ SRC_URI = "git://sourceware.org/git/systemtap.git \ | |||
11 | file://0001-Do-not-let-configure-write-a-python-location-into-th.patch \ | 11 | file://0001-Do-not-let-configure-write-a-python-location-into-th.patch \ |
12 | file://0001-Install-python-modules-to-correct-library-dir.patch \ | 12 | file://0001-Install-python-modules-to-correct-library-dir.patch \ |
13 | file://0001-staprun-stapbpf-don-t-support-installing-a-non-root.patch \ | 13 | file://0001-staprun-stapbpf-don-t-support-installing-a-non-root.patch \ |
14 | file://0001-dwflpp-function_entrypc-avoid-usage-of-uninitialized.patch \ | ||
14 | " | 15 | " |
15 | 16 | ||
16 | COMPATIBLE_HOST = '(x86_64|i.86|powerpc|arm|aarch64|microblazeel|mips).*-linux' | 17 | COMPATIBLE_HOST = '(x86_64|i.86|powerpc|arm|aarch64|microblazeel|mips).*-linux' |