diff options
author | suz <suz@FreeBSD.org> | 2002-04-19 11:39:54 +0000 |
---|---|---|
committer | suz <suz@FreeBSD.org> | 2002-04-19 11:39:54 +0000 |
commit | 4c640a08b8558363003a530a69697146c3274834 (patch) | |
tree | 17264a786f07c1f7091aef40ae261e05c04dc53b /sys/kern/init_main.c | |
parent | 863b592c069b240a8274385d31130736cee3ae99 (diff) | |
download | FreeBSD-src-4c640a08b8558363003a530a69697146c3274834.zip FreeBSD-src-4c640a08b8558363003a530a69697146c3274834.tar.gz |
Explicitly specifies sin6_family & sin6_len of sockaddr_in6 for raw socket
destination.
(Currently lack of their specification does not lead to any problem, because
kernel does not check the consistency between actual address and its
address family / length on raw socket.
However kernel should always check their consistency and stop sending packets
if there is a contradiction. Considering backward compatibility of
programs, I just fixed rtsol now; I'd like to fix the kernel behavior later.)
Reviewed by: ume
MFC after: 3 days
Diffstat (limited to 'sys/kern/init_main.c')
0 files changed, 0 insertions, 0 deletions