https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=266316
Bug ID: 266316
Summary: u_int32_t* dereferencing of unaligned address in
ng_bridge.c
Product: Base System
Version: CURRENT
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: kern
Assignee: [email protected]
Reporter: [email protected]
'ETHER_EQUAL' performs dereferencing of leading data to 'u_int32_t' for
comparison while passed address of 'ether_header->ether_shost' cannot be 4B
aligned (has 6B offset from 4B aligned 'ether_header' struct).
Fails at "ng_bridge_get" function while running "/usr/tests/sys/netgraph/bridge
basic" in strict aligned mode.
--
You are receiving this mail because:
You are the assignee for the bug.