CVSROOT: /cvs Module name: src Changes by: blamb...@cvs.openbsd.org 2013/09/11 08:58:01
Modified files: usr.sbin/snmpd : trap.c Log message: According to ITU X.690 (ASN.1 definition document), "octet strings" and derived types are allowed to have 0 content octets, whereas "bitstrings" are required to have at least 1 content octet. Adjust the checks in the trap acceptance code to allow for 0-length "octet strings" in SNMP traps. okay reyk@