mirror of
https://github.com/systemd/systemd.git
synced 2026-08-05 07:30:30 +00:00
id128: introduce ID128_UUID_STRING_MAX for sizing UUID buffers
This commit is contained in:
@@ -2866,7 +2866,7 @@ static int inner_child(
|
||||
FDSet *fds) {
|
||||
|
||||
_cleanup_free_ char *home = NULL;
|
||||
char as_uuid[37];
|
||||
char as_uuid[ID128_UUID_STRING_MAX];
|
||||
size_t n_env = 1;
|
||||
const char *envp[] = {
|
||||
"PATH=" DEFAULT_PATH_COMPAT,
|
||||
|
||||
Reference in New Issue
Block a user