|
|
Message-ID: <02cd01caa436$07fc6090$17f521b0$@net>
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
Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.