CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/10/27 04:23:58
Modified files:
usr.sbin/snmpd : application_agentx.c
Log message:
Use event_add(), instead of calling appl_agentx_send() directly. If an
error occurs the connection will be freed and if the caller uses the
connection afterwards it will lead to a use after free.
OK tb@
