struct appl_varbind_internal's avi_index is used to give the index to
authormartijn <martijn@openbsd.org>
Mon, 13 Nov 2023 10:14:29 +0000 (10:14 +0000)
committermartijn <martijn@openbsd.org>
Mon, 13 Nov 2023 10:14:29 +0000 (10:14 +0000)
commit0246d57ffbc1604cd47028181b1df14ab5a26e63
tree735219264d48b1e69803b7d0f5447d5bff80b84c
parent5277e1db73f5f57e3920ccf89b1411559ae7ae09
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@
usr.sbin/snmpd/application.c