--- john-1.7.3.1/src/DES_fmt.c 2002-04-10 09:13:25.000000000 -0500 +++ john-1.7.3.1/src/DES_fmt.c.multi-fix 2009-02-14 20:50:00.000000000 -0600 @@ -106,7 +106,7 @@ static char out[14]; if (index) { - memcpy(out, &ciphertext[2], 2); + memcpy(out, ciphertext, 2); memcpy(&out[2], &ciphertext[13], 11); } else memcpy(out, ciphertext, 13);