Fixed a bug where hashcat did not check the return of realpath() and crashes uncontrolled if the path does not exist

This fixes https://github.com/hashcat/hashcat/issues/399
This commit is contained in:
jsteube
2016-07-01 11:24:02 +02:00
parent 484477dfbd
commit 7b84980e4b
2 changed files with 15 additions and 0 deletions
+1
View File
@@ -11,6 +11,7 @@
##
- Fixed a bug where hashcat is suppressing --machine-readable output in the final status update
- Fixed a bug where hashcat did not check the return of realpath() and crashes uncontrolled if the path does not exist
* changes v2.01 -> v3.00: