mirror of
https://github.com/systemd/systemd.git
synced 2025-03-14 04:58:28 +03:00
load-fragment: fix bad memory access
This commit is contained in:
parent
858c33bf60
commit
cd7409576d
@ -1296,7 +1296,7 @@ int config_parse_path_unit(
|
||||
|
||||
dbus_error_init(&error);
|
||||
|
||||
p = unit_name_printf(u, rvalue);
|
||||
p = unit_name_printf(UNIT(t), rvalue);
|
||||
if (!p)
|
||||
return log_oom();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user