CVSROOT: /cvs Module name: src Changes by: j...@cvs.openbsd.org 2013/12/05 10:36:12
Modified files: usr.sbin/ypserv/ypserv: ypserv_db.c Log message: In lookup_host(), return to caller a properly calculated message length instead of using an uninitialized variable. While here, simplify the code that calculates the message length, and use snprintf/strlcat more carefully. ok millert@