CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/05/10 00:44:07
Modified files:
sbin/unwind : resolver.c
Log message:
sockaddr_rtdns does not guarantee alignment of the buffer. So first
memcpy the address into a local var before comparing it with code
that reads ints using int *. at least sparc64 and landisk suffer from this.
with and ok jca@
