CVSROOT: /cvs Module name: src Changes by: k...@cvs.openbsd.org 2018/10/14 05:00:56
Modified files: sbin/ping : ping.c Log message: Remove unneeded sockaddr size checks With hints set appropiately and switching on address family, the actual size of the socket address returned by getaddrinfo(3) and it's specified length is guaranteed to match. This is probably a leftover "from ping6 which was much more paranoid" before merging it ping. OK florian