mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-01-27 05:42:19 +01:00
resolve windows warnings and add sanity check with PKCS12 parse
This commit is contained in:
@@ -4223,6 +4223,10 @@ static int mp_div_d (mp_int * a, mp_digit b, mp_int * c, mp_digit * d)
|
||||
q.used = a->used;
|
||||
q.sign = a->sign;
|
||||
}
|
||||
else {
|
||||
mp_init(&q); /* initialize to help static analysis */
|
||||
}
|
||||
|
||||
|
||||
w = 0;
|
||||
for (ix = a->used - 1; ix >= 0; ix--) {
|
||||
|
||||
Reference in New Issue
Block a user