mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-02-10 12:30:40 +01:00
libnm-glib: fix infinite loop checking agent identifier
This commit is contained in:
parent
85fa487a48
commit
84abb13554
1 changed files with 1 additions and 0 deletions
|
|
@ -462,6 +462,7 @@ validate_identifier (const char *identifier)
|
|||
return FALSE;
|
||||
if ((*p == '.') && (*(p + 1) == '.'))
|
||||
return FALSE;
|
||||
p++;
|
||||
}
|
||||
|
||||
return TRUE;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue