Re: dnscurve updates
Mark Johnson <[email protected]>
| Newsgroups | gmane.network.djbdns |
|---|---|
| Message-ID | <[email protected]> |
On Thu, Jan 7, 2010 at 7:30 PM, Simon Casady <[email protected]> wrote: > The standard C malloc is supposed to return a pointer to memory > suitably aligned for anything. What else is needed ? It seems that glibc malloc(), at least, returns only 8-byte aligned addresses. So says the posix_memalign manpage I just consulted. For some reason, djb seems to prefer 16-byte alignment.