Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date: Wed, 30 Nov 2011 08:32:20 -0600
From: "jfoug" <jfoug@....net>
To: <john-dev@...ts.openwall.com>
Subject: RE: .bss size in -jumbo

>From: magnum [mailto:john.magnum@...hmail.com]
>
>I may misunderstand some obvious detail, but in mscash1 you are
>allocating int pointers to unaligned space, right? I would think this
>will cause problems on Sparcs and such?

I am fixing this.  I will also be removing the macros, and have added a new
function to memory.c.  That function is mem_calloc_tiny().  It is the same
as mem_alloc_tiny, but works like CALLOC(3).  It simply calls
mem_alloc_tiny, then memsets the buffer, then returns it.

Jim.

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.