CVSROOT: /cvs Module name: src Changes by: yasu...@cvs.openbsd.org 2015/08/26 19:02:35
Modified files: usr.sbin/radiusd: util.c util.h Log message: Add a boundary check for safety and use snprintf() to construct the IP address strings instead of strl{cpy,cat}(). Also make the function return a valid string even in failure case. input deraadt ok deraadt