mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-07-07 03:30:51 +02:00
20ae076b80
When using small stack, not enough memory uas being allocated in fast_mp_montgomery_reduce(). Allocate the required space and memset all used memory.