CVSROOT: /cvs Module name: src Changes by: [email protected] 2025/11/09 12:51:42
Modified files:
sys/net : if.c
Log message:
Copy only `sa_len' bytes from sockaddr and fill the rest with nulls while
doing fill `ifr' within ifconf(). We have no one sockaddr* with size less
than sockaddr structure and always do addresses allocation with M_ZERO,
so there is no leak, but don't be careless.
ok bluhm deraadt
