Autotuning engine prototype
[hashcat.git] / OpenCL / m10700.cl
index 3d763ab..f17f97c 100644 (file)
@@ -1670,6 +1670,8 @@ __kernel void m10700_loop (__global pw_t *pws, __global kernel_rule_t *rules_buf
 
   const u32 pw_len = pws[gid].pw_len;
 
+  if (pw_len == 0) return;
+
   /**
    * digest
    */