1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-11-22 08:08:10 +00:00

Support longer OpenCL device names

This commit is contained in:
Jens Steube 2023-08-18 15:18:11 +00:00
parent f2a9198e05
commit 91095845b9

View File

@ -63,7 +63,7 @@ char *hm_SYSFS_CPU_get_syspath_hwmon ()
if (hc_fopen_raw (&fp, path, "rb") == false) continue;
char buf[32] = { 0 };
char buf[64] = { 0 };
const size_t line_len = fgetl (&fp, buf, sizeof (buf));