Skip to content

Commit

Permalink
sodium ext: restore sodium_remove_param_values_from_backtrace() call
Browse files Browse the repository at this point in the history
  • Loading branch information
jedisct1 committed Aug 24, 2017
1 parent a966d21 commit cf6f25b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ext/sodium/libsodium.c
Original file line number Diff line number Diff line change
Expand Up @@ -3066,6 +3066,7 @@ PHP_FUNCTION(sodium_crypto_kdf_derive_from_key)
&subkey_id,
&ctx, &ctx_len,
&key, &key_len) == FAILURE) {
sodium_remove_param_values_from_backtrace(EG(exception));
return;
}
if (subkey_len < crypto_kdf_BYTES_MIN) {
Expand Down

0 comments on commit cf6f25b

Please sign in to comment.