Module Name: src
Committed By: kamil
Date: Wed Jun 27 01:14:48 UTC 2018
Modified Files:
src/sbin/disklabel: main.c
Log Message:
Avoid misaligned access in disklabel(8) in find_label()
Introduce a new helper variable tlp and use it for memory access.
Detected with MKSANITIZER/UBSan
A patch by <christos>
To generate a diff of this commit:
cvs rdiff -u -r1.49 -r1.50 src/sbin/disklabel/main.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.