CVSROOT: /cvs Module name: src Changes by: mill...@cvs.openbsd.org 2017/04/03 20:37:15
Modified files: usr.sbin/snmpd : snmpd.c Log message: Rewrite tohexstr() to use the common idiom of converting a byte string to hex nybble by nybble. This avoids using the return value of snprintf() unchecked. OK deraadt@