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:
parent
efff87b9d8
commit
cc1dca7a2b
@ -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).
|
||||
|
@ -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];
|
||||
|
Loading…
Reference in New Issue
Block a user