mirror of
https://github.com/jedisct1/minisign.git
synced 2025-04-04 19:37:48 +03:00
Print a meaningful error message instead of abort()ing on OOM
This commit is contained in:
parent
33bdfce764
commit
b718d329de
1 changed files with 1 additions and 1 deletions
|
@ -365,7 +365,7 @@ seckey_load(const char *sk_file)
|
|||
seckey_struct->kdf_salt,
|
||||
le64_load(seckey_struct->kdf_opslimit_le),
|
||||
le64_load(seckey_struct->kdf_memlimit_le)) != 0) {
|
||||
abort();
|
||||
exit_err("Unable to complete key derivation");
|
||||
}
|
||||
sodium_free(pwd);
|
||||
xor_buf((unsigned char *) (void *) &seckey_struct->keynum_sk, stream,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue