|
Message-ID: <4E47AF82.4090505@bredband.net> Date: Sun, 14 Aug 2011 13:20:34 +0200 From: magnum <rawsmooth@...dband.net> To: john-dev@...ts.openwall.com Subject: Re: Problems with the 0007 patch On 2011-08-13 15:01, magnum wrote: > The NT problem is trivial. In get_key_helper() > > - if (key[md4_size] == 0x80 && ((keybuffer[i+1]&0xFFFF) == 0 || md4_size > == PLAINTEXT_LENGTH)) { > + if (key[md4_size] == 0x80 && ((keybuffer[i+xBuf]&0xFFFF) == 0 || > md4_size == PLAINTEXT_LENGTH)) { An identical bug was in mscash (dcc1) too though it did not surface for me. Fix posted as 0009 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.