https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=217532
Brooks Davis <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #6 from Brooks Davis <[email protected]> --- It's probably not important in practice, but the memcpy() is probably safer as I don't think that struct assignment is defined in C for misaligned structures. At the very least, it would be a compiler bug in the memcpy() didn't work, but might be an "optimization" if you took a (potentially unhandled) unhandled alignment fault in the assignment. -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
