Module Name: src Committed By: kamil Date: Tue May 28 03:56:46 UTC 2019
Modified Files: src/sys/netinet6: in6.h Log Message: Decorate struct in6_addr with the __packed attribute This avoids undefined behavior when accessing misaligned pointers. Detected by kUBSan. Patch by Akul Pillai. To generate a diff of this commit: cvs rdiff -u -r1.94 -r1.95 src/sys/netinet6/in6.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.