diff options
Diffstat (limited to 'meta/recipes-devtools/elfutils/files/0007-Fix-control-path-where-we-have-str-as-uninitialized-.patch')
| -rw-r--r-- | meta/recipes-devtools/elfutils/files/0007-Fix-control-path-where-we-have-str-as-uninitialized-.patch | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/meta/recipes-devtools/elfutils/files/0007-Fix-control-path-where-we-have-str-as-uninitialized-.patch b/meta/recipes-devtools/elfutils/files/0007-Fix-control-path-where-we-have-str-as-uninitialized-.patch index bba420e349..611a24c0f5 100644 --- a/meta/recipes-devtools/elfutils/files/0007-Fix-control-path-where-we-have-str-as-uninitialized-.patch +++ b/meta/recipes-devtools/elfutils/files/0007-Fix-control-path-where-we-have-str-as-uninitialized-.patch | |||
| @@ -1,8 +1,7 @@ | |||
| 1 | From 8eb100b2e51be5d473b0748a223e2e7f61ec606c Mon Sep 17 00:00:00 2001 | 1 | From 112d1645bab7922c7796fe32ddea8fa6e1bbded1 Mon Sep 17 00:00:00 2001 |
| 2 | From: Hongxu Jia <hongxu.jia@windriver.com> | 2 | From: Hongxu Jia <hongxu.jia@windriver.com> |
| 3 | Date: Fri, 29 Jun 2018 15:14:28 +0800 | 3 | Date: Fri, 29 Jun 2018 15:14:28 +0800 |
| 4 | Subject: [PATCH 7/7] Fix control path where we have str as uninitialized | 4 | Subject: [PATCH] Fix control path where we have str as uninitialized string |
| 5 | string | ||
| 6 | 5 | ||
| 7 | | | 6 | | |
| 8 | /home/ubuntu/work/oe/openembedded-core/build/tmp-musl/work/i586-oe-linux-musl/elfutils/0.164-r0/elfutils-0.164/libcpu/i386_disasm.c: | 7 | /home/ubuntu/work/oe/openembedded-core/build/tmp-musl/work/i586-oe-linux-musl/elfutils/0.164-r0/elfutils-0.164/libcpu/i386_disasm.c: |
| @@ -24,6 +23,7 @@ Upstream-Status: Pending | |||
| 24 | Rebase to 0.172 | 23 | Rebase to 0.172 |
| 25 | 24 | ||
| 26 | Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> | 25 | Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> |
| 26 | |||
| 27 | --- | 27 | --- |
| 28 | libcpu/i386_disasm.c | 1 + | 28 | libcpu/i386_disasm.c | 1 + |
| 29 | 1 file changed, 1 insertion(+) | 29 | 1 file changed, 1 insertion(+) |
| @@ -40,6 +40,3 @@ index a7e03f9..837a3a8 100644 | |||
| 40 | assert (! "INVALID not handled"); | 40 | assert (! "INVALID not handled"); |
| 41 | } | 41 | } |
| 42 | } | 42 | } |
| 43 | -- | ||
| 44 | 2.7.4 | ||
| 45 | |||
