diff options
Diffstat (limited to 'meta/recipes-devtools/qemu/qemu/0006-qemu-Limit-paths-searched-during-user-mode-emulation.patch')
-rw-r--r-- | meta/recipes-devtools/qemu/qemu/0006-qemu-Limit-paths-searched-during-user-mode-emulation.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/qemu/qemu/0006-qemu-Limit-paths-searched-during-user-mode-emulation.patch b/meta/recipes-devtools/qemu/qemu/0006-qemu-Limit-paths-searched-during-user-mode-emulation.patch index 9315f8561a..a9d798cef6 100644 --- a/meta/recipes-devtools/qemu/qemu/0006-qemu-Limit-paths-searched-during-user-mode-emulation.patch +++ b/meta/recipes-devtools/qemu/qemu/0006-qemu-Limit-paths-searched-during-user-mode-emulation.patch | |||
@@ -1,4 +1,4 @@ | |||
1 | From c79c48a79710d0e2ef68062435596ac455cd9f71 Mon Sep 17 00:00:00 2001 | 1 | From c532bcdae8259b0f71723cda331ded4dbb0fa908 Mon Sep 17 00:00:00 2001 |
2 | From: Richard Purdie <richard.purdie@linuxfoundation.org> | 2 | From: Richard Purdie <richard.purdie@linuxfoundation.org> |
3 | Date: Wed, 9 Mar 2016 22:49:02 +0000 | 3 | Date: Wed, 9 Mar 2016 22:49:02 +0000 |
4 | Subject: [PATCH] qemu: Limit paths searched during user mode emulation | 4 | Subject: [PATCH] qemu: Limit paths searched during user mode emulation |
@@ -24,7 +24,7 @@ Upstream-Status: Pending | |||
24 | 1 file changed, 22 insertions(+), 22 deletions(-) | 24 | 1 file changed, 22 insertions(+), 22 deletions(-) |
25 | 25 | ||
26 | diff --git a/util/path.c b/util/path.c | 26 | diff --git a/util/path.c b/util/path.c |
27 | index 7f9fc27..a416cd4 100644 | 27 | index 7f9fc272fb..a416cd4ac2 100644 |
28 | --- a/util/path.c | 28 | --- a/util/path.c |
29 | +++ b/util/path.c | 29 | +++ b/util/path.c |
30 | @@ -15,6 +15,7 @@ struct pathelem | 30 | @@ -15,6 +15,7 @@ struct pathelem |