forked from wolfSSL/wolfssl
Uninitialized variable
Warning 581107.3236416
This commit is contained in:
@ -10350,6 +10350,9 @@ exit_enc:
|
|||||||
|
|
||||||
RESET_MULTI_VALUE_STATS_VARS();
|
RESET_MULTI_VALUE_STATS_VARS();
|
||||||
|
|
||||||
|
if (ret != 0)
|
||||||
|
goto exit;
|
||||||
|
|
||||||
bench_stats_start(&count, &start);
|
bench_stats_start(&count, &start);
|
||||||
do {
|
do {
|
||||||
for (i = 0; i < ntimes; i++) {
|
for (i = 0; i < ntimes; i++) {
|
||||||
|
Reference in New Issue
Block a user