Module Name: src
Committed By: riastradh
Date: Wed Jun 29 23:15:08 UTC 2022
Modified Files:
src/sys/net: rtsock_shared.c
Log Message:
route(4): Avoid unaligned access to struct rt_msghdr, take two.
Can't even take the address of the misaligned struct member for
memcpy. Just copy the header out into a stack variable instead.
Reported-by: [email protected]
To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 src/sys/net/rtsock_shared.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.