CVSROOT: /cvs Module name: src Changes by: mart...@cvs.openbsd.org 2021/05/01 10:44:17
Modified files: lib/libagentx : agentx.c Log message: Refactor varbind OID parsing into their indices. Simplifies the code by about 40 LoC and fixes a potential out of bounds read. Bug found by bluhm@ on arm64 regress OK bluhm@