CVSROOT: /cvs Module name: src Changes by: st...@cvs.openbsd.org 2013/05/30 14:41:24
Modified files: sys/netinet6 : Tag: OPENBSD_5_3 in6.c Log message: MFC claudio's commit, in6.c:1.110->1.111 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@