CVSROOT: /cvs Module name: src Changes by: mill...@cvs.openbsd.org 2015/01/16 11:20:14
Modified files: lib/libc/net : getnetent.c Log message: Use ">", not ">=" when comparing length to HOST_NAME_MAX since otherwise we end up needlessly replacing a NUL with a NUL. OK deraadt@