mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-30 18:57:27 +02:00
Static analyzers complain that a->size is never initialized
This commit is contained in:
@ -4851,7 +4851,7 @@ static void _sp_init_size(sp_int* a, unsigned int size)
|
|||||||
#endif
|
#endif
|
||||||
_sp_zero((sp_int*)am);
|
_sp_zero((sp_int*)am);
|
||||||
|
|
||||||
am->size = size;
|
a->size = size;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Initialize the multi-precision number to be zero with a given max size.
|
/* Initialize the multi-precision number to be zero with a given max size.
|
||||||
|
Reference in New Issue
Block a user