]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Don't use the ip_timestamp structure to access timestamp options, as the
authorJonathan Lemon <jlemon@FreeBSD.org>
Thu, 25 Oct 2001 06:27:51 +0000 (06:27 +0000)
committerJonathan Lemon <jlemon@FreeBSD.org>
Thu, 25 Oct 2001 06:27:51 +0000 (06:27 +0000)
commit075140719302ab55d533884a4f69298a473e7305
tree2cb280061d8abc916e190da298f21c64828aa5b6
parentec691a10e61816b0a8d514d4a86c3aa5e22f8b67
Don't use the ip_timestamp structure to access timestamp options, as the
compiler may cause an unaligned access to be generated in some cases.

PR: 30982
sys/netinet/ip_input.c