On Mon, Jan 28, 2013 at 8:49 AM, Joerg Epping <[email protected]> wrote: >> Can you experiment with printing &from->sin6_addr a-la >> >> bb_error_msg("from:%p &from->sin6_addr:%p", from, &from->sin6_addr); >> >> ?
> Version without the memcpy patch: (sometimes it's working, but mostly > it crashes, but I am unable to print out the addresses when it > crashes) > This is really strange. The addresses seem to be ok. It means that the unaligned access is _elsewhere_. Add more debugging printouts. -- vda _______________________________________________ busybox mailing list [email protected] http://lists.busybox.net/mailman/listinfo/busybox
