mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 16:37:19 +09:00
@@ -993,7 +993,7 @@ static int method_add_signing_key(sd_bus_message *message, void *userdata, sd_bu
|
||||
return log_error_errno(r, "Failed to convert public key to PEM: %m");
|
||||
|
||||
_cleanup_free_ char *fn_copy = strdup(fn);
|
||||
if (!fn)
|
||||
if (!fn_copy)
|
||||
return log_oom();
|
||||
|
||||
_cleanup_free_ char *p = path_join("/var/lib/systemd/home/", fn);
|
||||
|
||||
Reference in New Issue
Block a user