mirror of
https://github.com/morgan9e/systemd
synced 2026-04-15 17:06:39 +09:00
@@ -1893,7 +1893,11 @@ int unit_file_unmask(
|
||||
if (!GREEDY_REALLOC0(todo, n_allocated, n_todo + 2))
|
||||
return -ENOMEM;
|
||||
|
||||
todo[n_todo++] = strdup(*i);
|
||||
todo[n_todo] = strdup(*i);
|
||||
if (!todo[n_todo])
|
||||
return -ENOMEM;
|
||||
|
||||
n_todo++;
|
||||
}
|
||||
|
||||
strv_uniq(todo);
|
||||
|
||||
Reference in New Issue
Block a user