]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
bhyve: Address warnings about potential unaligned accesses in fwctl.c
authorMark Johnston <markj@FreeBSD.org>
Fri, 11 Nov 2022 15:01:27 +0000 (10:01 -0500)
committerJohn Baldwin <jhb@FreeBSD.org>
Thu, 26 Jan 2023 19:43:26 +0000 (11:43 -0800)
commitb728765f88dde5b5454fac44dee2f7057d5bd85f
treeedeab3f89853aafb08776b0e511f3f0e46a5eec8
parent1f1b3763610a2e9f58ab50e811f279d8db164e3d
bhyve: Address warnings about potential unaligned accesses in fwctl.c

This silences some warning about potential unaligned accesses.  No
functional change intended.

MFC after: 1 week
Reviewed by: corvink, jhb
Differential Revision: https://reviews.freebsd.org/D37288

(cherry picked from commit f64f34380925a4ddaf1c140c35f46408b74110ac)
usr.sbin/bhyve/fwctl.c