CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/03/24 08:09:14
Modified files:
usr.bin/snmp : snmp.c
Log message:
When doing a loop inside a loop for input validation make sure that the
continue statement for the outer loop is executed in the outer loop.
Found the hard way by breaking snmpd(8) in my local tree.
