Re: Possible memory corruption and double free in snmp_agent.c - netsnmp_wrap_up_request()

2009-09-25 Thread Daniel Chuang
Gaash Hazan (gahazan) wrote: >Hi codes, > >I am new to net-snmp. Please understand if I do thing not in the right >way. > >I believe there is an issue at netsnmp_wrap_up_request)). An issue that >causes memory corruption and double free. > >I saw the problem with get sysup time OID at snmpd on net

Re: spontaneous failure in sendto (snmpwalk)

2009-09-25 Thread Yuri Arapov
On Thu, 24 Sep 2009 22:39:48 +0530 wrote: > Hi Yuri, > > We had a similar problem which got resolved by changing the timout > between Master-agent and subagent. > > To change the same, you can add the below line in "snmpd.conf" > Ex:- agentXTimeout 100 > > Hope this works for you too. > > T