mirror of
https://github.com/hashcat/hashcat
synced 2024-11-24 14:27:14 +01:00
Fixed a bug in hash-mode 11600 = (7-Zip) producing clEnqueueReadBuffer(): CL_INVALID_VALUE depending on input hash
This commit is contained in:
parent
7fe575e204
commit
90f0aec707
@ -2008,6 +2008,8 @@ __kernel void m11600_comp (__global pw_t *pws, __global const kernel_rule_t *rul
|
||||
if ((out[0] == 0) && (out[1] == 0) && (out[2] == 0) && (out[3] == 0))
|
||||
{
|
||||
mark_hash (plains_buf, d_return_buf, salt_pos, 0, digests_offset + 0, gid, 0);
|
||||
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -25,6 +25,7 @@ The CLI (hashcat.bin or hashcat.exe) works as before but from a technical perspe
|
||||
- Fixed a bug in custom charset from file parsing code
|
||||
- Fixed a bug in rule generator code when using the memory copy function
|
||||
- Fixed a bug in outfile-check shutdown code when manually overriding --outfile-check-dir
|
||||
- Fixed a bug in hash-mode 11600 = (7-Zip) producing clEnqueueReadBuffer(): CL_INVALID_VALUE depending on input hash
|
||||
|
||||
##
|
||||
## Algorithms
|
||||
|
Loading…
Reference in New Issue
Block a user