|
Message-ID: <3605e5688ae2e26eb92be35c8a54e9a5@smtp.hushmail.com> Date: Thu, 02 Jan 2014 03:00:04 +0100 From: magnum <john.magnum@...hmail.com> To: john-dev@...ts.openwall.com Subject: Re: Strange errors with dynamic formats > dynamic_4999 On 2014-01-02 02:51, Frank Dittrich wrote: > Apparently, dynamic formats with numbers >= 5000 will be ignored by > almost any command unless specified directly. > The only exception is --list=subformats (or the obsolete --subformat=LIST). This seems to be by design so I'll leave it to Jim. $ git grep -nA3 '\b5000\b' dynamic_fmt.c dynamic_fmt.c:7369: for (count = i = 0; i < 5000; ++i) { dynamic_fmt.c-7370- if (dynamic_IS_VALID(i) == 1) dynamic_fmt.c-7371- ++count; dynamic_fmt.c-7372- } dynamic_fmt.c:7375: for (idx = i = 0; i < 5000; ++i) { dynamic_fmt.c-7376- if (dynamic_IS_VALID(i) == 1) { dynamic_fmt.c-7377- if (LoadOneFormat(i, &pFmts[idx]) == 0) dynamic_fmt.c-7378- --count; 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.