mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-04-29 00:23:25 +02:00
Memory Leak Fix
1. In `wolfSSL_d2i_DHparams()`, when setting the internal key on a WOLFSSL_KEY, set the flag inSet. 2. Not a leak, but in `wolfSSL_EVP_PKEY_set1_DH()`, only allocate one buffer to store the flat key. Saves an alloc, memcpy, and free.
This commit is contained in:
Reference in New Issue
Block a user