CVSROOT: /cvs Module name: src Changes by: bl...@cvs.openbsd.org 2019/10/07 01:39:50
Modified files: usr.bin/snmp : snmpc.c Log message: If optstring is NULL and usecommonopt is true, optstr was prepended by uninitialized garbage. Crash in snmp(1) found by regress/usr.sbin/snmpd. OK martijn@