Re: snmpd(8): Better determining searchrange end

2022-08-31 Thread Theo Buehler
On Tue, Aug 30, 2022 at 04:31:20PM +0200, Martijn van Duren wrote: > Doing overlapping regions is hard... > > At application.c:1341 we currently assign region->ar_oid to oid. > However, with overlapping regions this can cause a recursion, because > region might be the parent of the previous

snmpd(8): Better determining searchrange end

2022-08-30 Thread Martijn van Duren
Doing overlapping regions is hard... At application.c:1341 we currently assign region->ar_oid to oid. However, with overlapping regions this can cause a recursion, because region might be the parent of the previous region that would cause the oid to traverse back and cause a loop. This can