|
Message-ID: <771a3a93de336d5b15c7c33532244b18@smtp.hushmail.com> Date: Thu, 16 May 2013 12:39:34 +0200 From: magnum <john.magnum@...hmail.com> To: john-dev@...ts.openwall.com Subject: Re: missing parentheses in dynamic_fmt.c On 16 May, 2013, at 11:46 , Jeremi Gosney <epixoip@...dshell.nl> wrote: > dynamic_fmt.c is missing a right parentheses on line 697 that prevents > it from compiling on big endian. > > #if !ARCH_LITTLE_ENDIAN > - memset(input_buf_X86, 0, FLAT_INP_BUF_SZ; > + memset(input_buf_X86, 0, FLAT_INP_BUF_SZ); > #endif > Committed, thank you. Does it pass a "-t=0 -form=dynamic" on BE after this fix? 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.