CVSROOT: /cvs Module name: src Changes by: clau...@cvs.openbsd.org 2013/05/30 09:23:38
Modified files: sys/netinet6 : in6.c Log message: Do not allow SIOCSIFADDR on AF_INET6 sockets. The ioctl is handled down to the driver where uninitialized data will be accessed. Problem reported by hugh@, OK and input deraadt@, henning@