mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-02-01 09:39:27 +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.