openssl/crypto/srp
Matt Caswell 3bbd1d63e2 Fix a NULL deref in an error path
The SRP_create_verifier_BN function goes to the |err| label if the |salt|
value passed to it is NULL. It is then deref'd.

Reviewed-by: Rich Salz <rsalz@openssl.org>
2015-11-26 12:02:03 +00:00
..
Makefile Fix the update target and remove duplicate file updates 2015-05-22 18:44:33 +02:00
srp_lib.c Fix "defined but not used" warnings. 2015-09-11 18:16:23 +01:00
srp_vfy.c Fix a NULL deref in an error path 2015-11-26 12:02:03 +00:00