CVSROOT: /cvs Module name: src Changes by: mart...@cvs.openbsd.org 2022/08/29 07:25:18
Modified files: usr.sbin/snmpd : application.c Log message: When there are two overlapping regions handled by the same backend we might traverse back in the tree; Make sure this doesn't happen. OK tb@