mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-01-28 01:52:42 +01:00
When using small stack, not enough memory uas being allocated in fast_mp_montgomery_reduce(). Allocate the required space and memset all used memory.