CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/02/10 16:40:09
Modified files:
usr.bin/ctfdump: ctfdump.c
Log message:
Casting a char pointer to struct ctf_header causes bus error on
sparc64. Use memcpy() to align the data.
found by regress/usr.bin/ctfdump; OK mpi@
