1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-12-22 22:58:30 +00:00

Update module_unstable_warning() for -m 21800

This commit is contained in:
Jens Steube 2021-05-02 12:32:17 +02:00
parent bf2064df7f
commit b4f86d2262

View File

@ -102,8 +102,8 @@ bool module_unstable_warning (MAYBE_UNUSED const hashconfig_t *hashconfig, MAYBE
}
}
// amdgpu-pro-20.50-1234664-ubuntu-20.04 (legacy): unhandled return code 255
if ((device_param->opencl_device_vendor_id == VENDOR_ID_AMD) && (device_param->has_vperm == false))
// zlib drives this runtime crazy
if (device_param->opencl_device_vendor_id == VENDOR_ID_AMD)
{
return true;
}