CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/06/27 02:15:38
Modified files:
sys/net : rtsock.c
Log message:
Don't copy more than sa_len from the sockaddr to the sysctl / rt msg buffer.
In the rt msg buffer the size of the full buffer is calculated first then
filled out after allocating the mbuf. In the sysctl code this is not needed
since the buffer is already provided.
OK mvs@
