CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/11/13 03:14:29
Modified files:
usr.sbin/snmpd : application.c
Log message:
struct appl_varbind_internal's avi_index is used to give the index to
the original varbindlist's index. In the case of a GetBulkRequest this
must never be larger than the length of the original varbindlist.
OK tb@
