CVSROOT: /cvs Module name: src Changes by: flor...@cvs.openbsd.org 2015/08/30 12:48:45
Modified files: sbin/ping6 : ping6.c Log message: Clean up getaddrinfo(3) calls to make them look like the canonical example from the man page. While there was nothing wrong this pattern makes it easier to figure that out. While here be more paranoid how much we memcpy(3). Looks clean to deraadt@