mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-07-29 11:41:15 +03:00
Remove srand from fuzz
Signed-off-by: Ben Taylor <ben.taylor@linaro.org>
This commit is contained in:
@ -112,8 +112,6 @@ int LLVMFuzzerTestOneInput(const uint8_t *Data, size_t Size)
|
||||
goto exit;
|
||||
}
|
||||
|
||||
srand(1);
|
||||
|
||||
#if defined(MBEDTLS_X509_CRT_PARSE_C) && defined(MBEDTLS_PEM_PARSE_C)
|
||||
mbedtls_ssl_conf_ca_chain(&conf, srvcert.next, NULL);
|
||||
if (mbedtls_ssl_conf_own_cert(&conf, &srvcert, &pkey) != 0) {
|
||||
|
Reference in New Issue
Block a user