Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date: Tue, 26 Mar 2013 18:23:57 +0100
From: magnum <john.magnum@...hmail.com>
To: john-dev@...ts.openwall.com
Subject: Re: oops, segfault [oracle]

On 26 Mar, 2013, at 9:51 , Costin Enache <e_costin@...oo.com> wrote:
> Latest bleeding Jumbo (not that it matters, could be there for long), made with linux-x86-64i:
> ./john --test --format=oracle
> Segmentation fault

My bad, thanks for reporting. Fixed, and committed soon.

magnum


--- a/src/unicode.c
+++ b/src/unicode.c
@@ -789,7 +789,7 @@ int initUnicode(int type) {
        char *encTemp;
        char *pos;
 
-       if (UnicodeType == type && !strcmp(UnicodeInited, options.encoding))
+       if (UnicodeType == type && UnicodeInited == options.encoding)


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.