mirror of
https://github.com/systemd/systemd.git
synced 2024-12-25 01:34:28 +03:00
parent
8e21100002
commit
24fb7c1fa6
@ -1078,7 +1078,7 @@ static bool valid_user_group_name(const char *u) {
|
|||||||
const char *i;
|
const char *i;
|
||||||
long sz;
|
long sz;
|
||||||
|
|
||||||
if (isempty(u) < 0)
|
if (isempty(u))
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
if (!(u[0] >= 'a' && u[0] <= 'z') &&
|
if (!(u[0] >= 'a' && u[0] <= 'z') &&
|
||||||
|
Loading…
Reference in New Issue
Block a user