CVSROOT: /cvs Module name: src Changes by: flor...@cvs.openbsd.org 2022/02/20 12:18:16
Modified files: sbin/slaacd : engine.c Log message: Nameservers in router advertisements are struct in6_addr, not struct sockaddr_in6. Copy the right amount of data so that we don't overflow the destination and potentially crash when we receive more than 7 nameservers. This is going to be 7.0 errata 014. OK deraadt