CVSROOT: /cvs Module name: src Changes by: clau...@cvs.openbsd.org 2019/10/03 01:55:34
Modified files: usr.sbin/rpki-client: ip.c Log message: memset struct ip_addr before assigning values to it. in the IPv4 case 12 bytes of the struct were not touched and left uninitialized which is not the idea. Diff from Alexandre Hamada (hamada at registro dot br)