|
Message-ID: <577f2d1616f2138010170f0f523c45dd@smtp.hushmail.com> Date: Wed, 06 May 2015 22:04:36 +0200 From: magnum <john.magnum@...hmail.com> To: john-dev@...ts.openwall.com Subject: Re: John core: --format=crypt rejecting descrypt hashes when it first found some bfegg hashes On 2015-05-06 21:18, magnum wrote: > c3_fmt.c: In function 'valid': > c3_fmt.c:100:19: warning: 'count_base64_2' may be used uninitialized in > this function [-Wmaybe-uninitialized] > if (length >= 13 && > ^ > > I had no time to review it yet, might be a false positive. This was gcc > 4.9.2. Oh, it really is an uninitialized variable. Any version of gcc should complain about it. I'm guessing last-minute-change that went bad? magnum
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.