|
Message-ID: <20110921132512.GA12187@openwall.com> Date: Wed, 21 Sep 2011 17:25:12 +0400 From: Solar Designer <solar@...nwall.com> To: john-dev@...ts.openwall.com Subject: Re: 1.7.8-jumbo-6-RC* on Mac OS X Jim - Your md5_gen code is complicated, so I think I'll leave further investigation to you. What I found out is that Setup->pConstants is sometimes NULL and sometimes a non-NULL invalid pointer. Simply changing: if (Setup->pConstants[curdat.nConsts].Const == NULL) to: if (Setup->pConstants == NULL || Setup->pConstants[curdat.nConsts].Const == NULL) on a build where Setup->pConstants happens to be NULL for me (this varies by gcc optimization flags) didn't help. Then it fails with: Invalid format. The first command MUST be a clean of input 1 or input 2 OR a special key 2 input loader function Bus error Alexander
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.