From: martijn Date: Mon, 13 Nov 2023 10:14:29 +0000 (+0000) Subject: struct appl_varbind_internal's avi_index is used to give the index to X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=0246d57ffbc1604cd47028181b1df14ab5a26e63;p=openbsd 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@ --- diff --git a/usr.sbin/snmpd/application.c b/usr.sbin/snmpd/application.c index 434146f6513..916fc8dfae1 100644 --- a/usr.sbin/snmpd/application.c +++ b/usr.sbin/snmpd/application.c @@ -1,4 +1,4 @@ -/* $OpenBSD: application.c,v 1.36 2023/11/12 16:07:34 martijn Exp $ */ +/* $OpenBSD: application.c,v 1.37 2023/11/13 10:14:29 martijn Exp $ */ /* * Copyright (c) 2021 Martijn van Duren @@ -911,6 +911,8 @@ appl_processpdu(struct snmp_message *statereference, const char *ctxname, ureq->aru_vblist[i - repeaterlen].avi_sub = &(ureq->aru_vblist[i]); ureq->aru_vblist[i].avi_state = APPL_VBSTATE_MUSTFILL; + ureq->aru_vblist[i].avi_index = + ureq->aru_vblist[i - repeaterlen].avi_index; continue; } ober_get_oid(varbind->be_sub,