Module Name: src Committed By: msaitoh Date: Mon May 9 17:13:30 UTC 2022
Modified Files:
src/sys/dev/ic: mfi.c
Log Message:
Use union mbox instead of unit8_t[] to avoid unaligned access.
- Same as other OSes.
- mfii.c already use this.
- Found by kUBSan.
To generate a diff of this commit:
cvs rdiff -u -r1.73 -r1.74 src/sys/dev/ic/mfi.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
