|
Message-ID: <5194BD20.8080002@bindshell.nl> Date: Thu, 16 May 2013 04:04:00 -0700 From: Jeremi Gosney <epixoip@...dshell.nl> To: john-dev@...ts.openwall.com Subject: Re: missing parentheses in dynamic_fmt.c On 05/16/2013 03:39 AM, magnum wrote: > 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 All formats except dynamic_1300 pass their self-tests, which IIRC is a known issue.
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.