mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-01-28 06:22:19 +01:00
If NULL is passed as the digest argument of wc_DsaSign(), mp_clear() will be called before mp_init() is called. This can cause segmentation fault. Signed-off-by: Masashi Honma <masashi.honma@gmail.com>