Am 30.10.21 um 20:57 schrieb [email protected]: > From: Selva Nair <[email protected]> > > In OpenSSL 3.0, fetched algorithms must be freed > (down referenced). In this case, though EVP_MAC_CTX_new() > keeps a reference to 'hmac', it up-refs it. So we have to free > it here before return. > > (Tested using an enable-asan build). >
Acked-By: Arne Schwabe <[email protected]> Thanks. I overlooked freeing of fetched algorithms. I probably need to look at the fetch patch again too :/ Arne _______________________________________________ Openvpn-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openvpn-devel
