CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/07/27 16:20:51
Modified files:
sys/net : rtsock.c
Log message:
Fix routing message size check in route_output(). `rtm_hdrlen' type is
u_short, so add sizeof(rtm->rtm_hdrlen) instead of 1 to its offset
within rt_msghdr structure.
ok claudio
