diff options
author | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2024-05-27 22:28:57 +0200 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2024-05-27 22:31:49 +0200 |
commit | 624c9f96ac09d9f2fcdb34b02188e14a276bb7ee (patch) | |
tree | 33f6312f111ee47dae1cf74d5da612f0c069479b /meta-agl-wireless-monitor/recipes-component/boa/boa-0.94.13/0001-boa-fix-icky-kernel-bug.patch | |
parent | c1c38eaa75539f4eff86ad144427fdbb155ab251 (diff) |
meta-agl-devel: remove meta-agl-wireless-monitor
Unused and unmaintained. Restore if you intent to maintain it.
Bug-AGL: SPEC-5151
Change-Id: I871192973167cc674e47867961a3525459aeeca8
Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'meta-agl-wireless-monitor/recipes-component/boa/boa-0.94.13/0001-boa-fix-icky-kernel-bug.patch')
-rw-r--r-- | meta-agl-wireless-monitor/recipes-component/boa/boa-0.94.13/0001-boa-fix-icky-kernel-bug.patch | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/meta-agl-wireless-monitor/recipes-component/boa/boa-0.94.13/0001-boa-fix-icky-kernel-bug.patch b/meta-agl-wireless-monitor/recipes-component/boa/boa-0.94.13/0001-boa-fix-icky-kernel-bug.patch deleted file mode 100644 index f1039547..00000000 --- a/meta-agl-wireless-monitor/recipes-component/boa/boa-0.94.13/0001-boa-fix-icky-kernel-bug.patch +++ /dev/null @@ -1,32 +0,0 @@ -From 238e0f78c950a940544049cafec63f26c8722250 Mon Sep 17 00:00:00 2023 -From: Yan <yanxk.fnst@fujitsu.com> -Date: Fri, 25 Aug 2023 09:59:38 +0800 -Subject: [PATCH] boa: fix icky kernel bug - -Upstream-Status: Pending -comment out these DIE sentecnce to avoid crash -when you start the boa server. - -Signed-off-by: Yan <yanxk.fnst@fujitsu.com> ---- - src/boa.c | 2 ++ - 1 file changed, 2 insertions(+) - -diff --git a/src/boa.c b/src/boa.c -index 8ce2c7b..b2f3f83 100644 ---- a/src/boa.c -+++ b/src/boa.c -@@ -222,9 +222,11 @@ static void drop_privs(void) - /* test for failed-but-return-was-successful setuid - * http://www.securityportal.com/list-archive/bugtraq/2000/Jun/0101.html - */ -+ #if 0 - if (setuid(0) != -1) { - DIE("icky Linux kernel bug!"); - } -+ #endif - } else { - if (server_gid || server_uid) { - log_error_time(); --- -2.25.1 |