Commit 3bbd1d63 authored by Matt Caswell's avatar Matt Caswell
Browse files

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: default avatarRich Salz <rsalz@openssl.org>
parent e113c9c5
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment