CVSROOT:        /cvs
Module name:    src
Changes by:     mart...@cvs.openbsd.org 2020/10/27 11:19:44

Modified files:
        lib/libagentx  : agentx.c agentx.h ax.c ax.h 

Log message:
According to SMI (RFC 2578) an integer is signed. Somehow I managed to
overlook this. This change prevens indices larger then INT32_MAX, but this
shouldn't happen in the current code (relayd) anyway. In all other cases
the bytes would've been passed on to SNMP anyway, so there's no effective
difference there.

Probably no ABI-change, but we can ride yesterday's bump anyway.

OK tb@

Reply via email to