Skip to content

Commit f5c3fcf

Browse files
author
Andras Fekete
committed
Uninitialized variable
Warning 581107.3236416
1 parent c404df7 commit f5c3fcf

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

wolfcrypt/benchmark/benchmark.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10350,6 +10350,9 @@ void bench_eccEncrypt(int curveId)
1035010350

1035110351
RESET_MULTI_VALUE_STATS_VARS();
1035210352

10353+
if (ret != 0)
10354+
goto exit;
10355+
1035310356
bench_stats_start(&count, &start);
1035410357
do {
1035510358
for (i = 0; i < ntimes; i++) {

0 commit comments

Comments
 (0)