summaryrefslogtreecommitdiff
path: root/meta-security/recipes-security/krill/files/panic_workaround.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta-security/recipes-security/krill/files/panic_workaround.patch')
-rw-r--r--meta-security/recipes-security/krill/files/panic_workaround.patch16
1 files changed, 16 insertions, 0 deletions
diff --git a/meta-security/recipes-security/krill/files/panic_workaround.patch b/meta-security/recipes-security/krill/files/panic_workaround.patch
new file mode 100644
index 000000000..9b08cb5ce
--- /dev/null
+++ b/meta-security/recipes-security/krill/files/panic_workaround.patch
@@ -0,0 +1,16 @@
+Upstream-Status: OE specific
+Signed-off-by: Armin Kuster <akuster808@gmail.com>
+
+Index: git/Cargo.toml
+===================================================================
+--- git.orig/Cargo.toml
++++ git/Cargo.toml
+@@ -71,7 +71,7 @@ static-openssl = [ "openssl/vendored" ]
+ # Make sure that Krill crashes on panics, rather than losing threads and
+ # limping on in a bad state.
+ [profile.release]
+-panic = "abort"
++#panic = "abort"
+
+ [dev-dependencies]
+ # for user management