Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date: Wed, 11 Mar 2015 21:12:29 +0300
From: 张 磊 <zhanglei.april@...il.com>
To: john-dev@...ts.openwall.com
Subject: john-jumbo bug

Hi,

There’s seems to be a bug in file mssql12_fmt_plug.c (john-jumbo).

The variable ‘max_keys’ gets defined in line 107, if the macro ‘MMX_COEF_SHA512’ is predefined.
But the use of ‘max_key’ in line 186 doesn’t check if ‘MMX_COEF_SHA512’ is predefined. So variable ‘max_keys’ might be undefined here.

I’m trying to build john-jumbo for a non-x86 target (intel MIC), and failed to compile this file due to the undefined variable.
You may check this issue out.


Regards,
Lei

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.