1
mirror of https://github.com/hashcat/hashcat synced 2024-11-20 23:27:31 +01:00

Update fixed problems in changes.txt so far, prepare for eventual v3.21 bugfix release

This commit is contained in:
jsteube 2016-12-03 13:13:46 +01:00
parent cc1dca7a2b
commit 0d160ac537

View File

@ -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: