1
0
mirror of https://github.com/hashcat/hashcat.git synced 2025-01-10 15:51:10 +00:00

Fixed double free (actually, double fclose()) in opencl.c

This commit is contained in:
jsteube 2016-12-02 20:39:42 +01:00
parent efff87b9d8
commit cc1dca7a2b
2 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,11 @@
* changes v3.20 -> ???:
##
## Bugs
##
- Fixed double free (actually, double fclose()) in opencl.c
* changes v3.10 -> v3.20:
The hashcat core was completely refactored to be a MT-safe library (libhashcat).

View File

@ -75,8 +75,6 @@ static int ocl_check_dri (MAYBE_UNUSED hashcat_ctx_t *hashcat_ctx)
if (vendor != 4098) return 0;
fclose (fd_drm);
// Now the problem is only with AMDGPU-Pro, not with oldschool AMD driver
char buf[HCBUFSIZ_TINY];