CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/10/23 13:58:33
Modified files:
sys/netinet : in.c in.h
Log message:
Kernel is missing propper input validation when configuring addresses.
Fix the SIOCAIFADDR and SIOCDIFADDR ioctl(2) by implementing
in_sa2sin() to validate inet address family and address length.
OK visa@
