"Ezra Peisach via RT" writes: > As I indicated in my initial analysis - there is one other place > gethostbyaddr is used w/o a struct in_addr - but the memory is > malloced. I am correct that malloc will return an alignment that is > compatible w/ any structure - right? It's defined to return memory with an alignment suitable for any object.