[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date: Tue, 2 Feb 2010 12:32:09 -0600
From: "Jim" <jfoug@....net>
To: <john-users@...ts.openwall.com>
Subject: RE: Patch to John-1.7.4.2 after jumbo2
Your fix is much better. I was simply fixing the symptom, and not
the problem. The fix you have posted resolves the problem.
>Specifically, changing this line in loader.c: ldr_init_hash():
> if (db->format->params.flags & FMT_BS) {
>to:
> if (db->format && (db->format->params.flags & FMT_BS)) {
Jim.
Powered by blists - more mailing lists
Powered by Openwall GNU/*/Linux -
Powered by OpenVZ