...
The secret_size
is tested to ensure that the integer multiplication (secret_size * 2
) does not result in an integer overflow. (See rule INT32-C. Ensure that operations on non-atomic signed integers do not result in overflow.)
...
...
The secret_size
is tested to ensure that the integer multiplication (secret_size * 2
) does not result in an integer overflow. (See rule INT32-C. Ensure that operations on non-atomic signed integers do not result in overflow.)
...