CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2017/08/20 01:03:45
Modified files: usr.sbin/snmpd : parse.y Log message: Check that we haven't yet reached the end of the string before calling strcspn(3) instead of afterwards. Fixes an out-of-bound read that led to intermittent crashes experienced by rob in his regression test. ok rob