Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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.)

...