From c158d55e6bf896a7ad105dfef9b4e83ab5d6d905 Mon Sep 17 00:00:00 2001 From: Jens Steube Date: Fri, 13 Aug 2021 09:04:13 +0200 Subject: [PATCH] Fix description of the fix done in potfile_handle_show() --- docs/changes.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/changes.txt b/docs/changes.txt index ee89fe555..ab600d82d 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -22,9 +22,9 @@ - Fixed out-of-boundary read in input_tokenizer() if the signature in the hash is longer than the length of the plugin's signature constant - Fixed out-of-boundary read in the Stuffit5 module in hash_decode() - Fixed random rule generator option --generate-rules-func-min by fixing switch() case to not select a not existing option group type +- Fixed segfault when a combination of the flags --user and --show is given and a hash was specified directly on the command line - Fixed syntax check of HAS_VPERM macro in several kernel includes causing invalid error message for AMD GPUs on Windows - Fixed uninitialized tmps variable in autotune for slow hashes by calling _init and _prepare kernel before calling _loop kernel -- Fixed segfault in potfile_handle_show() ## ## Performance