Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Wed, 27 Jun 2012 15:22:12 +0530
From: Dhiru Kholia <dhiru.kholia@...il.com>
To: john-dev@...ts.openwall.com
Subject: Re: SSH format crashes when built using "linux-x86-clang-debug"

On Wed, Jun 27, 2012 at 3:18 PM, magnum <john.magnum@...hmail.com> wrote:
> When/how would it read beyond bound? I don't get it. Anyway, it is
> applied. I just now also applied a little "unsused variable" fix for
> non-OMP.

On 32-bit machine the size of custom_salt was something like 4152
bytes. However SALT_SIZE was declared to be 4224. When JtR was saving
the salt, it accessed memory not belonging to custom_salt which lead
to asan crashes.

-- 
Cheers,
Dhiru

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.