[openssl-dev] [openssl.org #4401] [PATCH] plug potential memory leak(s) in OpenSSL 1.1 pre 4 in 'ec_lib.c'

Salz, Rich via RT rt at openssl.org
Tue Mar 8 20:01:21 UTC 2016


> +               if (dest->mont_data != NULL)
> +                   BN_MONT_CTX_free(dest->mont_data);

Free routines don't need to check for non-NULL.


-- 
Ticket here: http://rt.openssl.org/Ticket/Display.html?id=4401
Please log in as guest with password guest if prompted



More information about the openssl-dev mailing list