Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 612070 Details for
Bug 708462
sys-apps/systemd-245_rc1 segfaults in "Apply Kernel Variables"
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
segfault.patch
segfault.patch.txt (text/plain), 942 bytes, created by
Mike Lothian
on 2020-02-06 10:24:49 UTC
(
hide
)
Description:
segfault.patch
Filename:
MIME Type:
Creator:
Mike Lothian
Created:
2020-02-06 10:24:49 UTC
Size:
942 bytes
patch
obsolete
>From cd37497acd8d1b989ef5432701f85612949e016f Mon Sep 17 00:00:00 2001 >From: Yu Watanabe <watanabe.yu+github@gmail.com> >Date: Thu, 6 Feb 2020 19:13:11 +0900 >Subject: [PATCH] sysctl: fix segfault > >Fixes #14801. >--- > src/sysctl/sysctl.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/src/sysctl/sysctl.c b/src/sysctl/sysctl.c >index bbcf0c43235..0cdb740d218 100644 >--- a/src/sysctl/sysctl.c >+++ b/src/sysctl/sysctl.c >@@ -257,7 +257,7 @@ static int parse_file(OrderedHashmap **sysctl_options, const char *path, bool ig > > existing = ordered_hashmap_get(*sysctl_options, p); > if (existing) { >- if (streq(value, existing->value)) { >+ if (streq_ptr(value, existing->value)) { > existing->ignore_failure = existing->ignore_failure || ignore_failure; > continue; > }
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 708462
:
612068
| 612070