CVSROOT: /cvs Module name: src Changes by: [email protected] 2010/10/28 11:18:35
Modified files:
sys/net : route.h rtsock.c
Log message:
Do not send route messages to userland processes that the kernel
rejects because of bad encoding. Userland processes trust that the
messages on the rtsock are correctly encoded. Moved some checks up
to do the suser() check as soon as possible.
After discussion with deraadt@, OK deraadt@ and sthen@ (earlier version)
