mirror of
https://gitlab.com/openconnect/ocserv.git
synced 2026-02-10 08:46:58 +08:00
get_cert_names: made infinite loop apparent
Signed-off-by: Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com>
This commit is contained in:
@@ -591,7 +591,7 @@ int get_cert_names(worker_st * ws, const gnutls_datum_t * raw)
|
||||
goto fail;
|
||||
}
|
||||
i++;
|
||||
} while (ret >= 0);
|
||||
} while (1);
|
||||
|
||||
ws->cert_groups_size = i;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user