CVSROOT: /cvs Module name: src Changes by: dera...@cvs.openbsd.org 2017/04/05 07:35:18
Modified files: sys/net : if_pfsync.c rtsock.c sys/netinet : igmp.c ip_carp.c ip_divert.c ip_icmp.c ip_input.c ip_ipip.c tcp_usrreq.c udp_usrreq.c sys/netinet6 : icmp6.c Log message: When building counter memory in preparation to copy to userland, always zero the buffers first. All the current objects appear to be safe, however future changes might introduce structure pads. Discussed with guenther, ok bluhm