1
0
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:
Lennart Poettering 2013-01-15 21:45:37 +01:00
parent 858c33bf60
commit cd7409576d

View File

@ -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();