From 0d160ac537240c032291821d1e48413169314ac2 Mon Sep 17 00:00:00 2001 From: jsteube Date: Sat, 3 Dec 2016 13:13:46 +0100 Subject: [PATCH] Update fixed problems in changes.txt so far, prepare for eventual v3.21 bugfix release --- docs/changes.txt | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/docs/changes.txt b/docs/changes.txt index 062d32f17..859b0080f 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -1,10 +1,18 @@ -* changes v3.20 -> ???: +* changes v3.20 -> v3.21: ## ## Bugs ## -- Fixed double free (actually, double fclose()) in opencl.c +- Fixed double fclose() using AMDGPU-Pro on sysfs compatible platform: Leading to segfault +- Removed access to readlink() on FreeBSD: Causes problem building hashcat + +## +## Technical +## + +- Threads: Replaced all calls to strerror() with %m printf() GNU extension to ensure thread safety +- Threads: Replaced all calls to ctime() with ctime_r() to ensure thread safety * changes v3.10 -> v3.20: