Re: snmpd crashes when wlan0 interface acquire IP address

2020-08-08 Thread Himanshu Sharma
Hi John, I found out the root cause of the issue: it is already addressed by a patch in the latest net-snmp version (i.e. I was using net-snmp 5.8) https://sourceforge.net/p/net-snmp/bugs/2914/ Thanks & Regards -Himanshu On Sun, Jul 12, 2020 at 5:33 AM John Bize wrote: > Sorry Himanshu, > >

AddressSanitizer: attempting free on address which was not malloc()-ed

2020-08-08 Thread Himanshu Sharma
Hi All, I am using the *snmp_synch_response()* api to sync with response whenever I create a SNMP_INFORM pdu . Whenever I call the api snmp_synch response ,I get an address Sanitizer issue. I am attaching the code snippet & stack trace of the address Sanitizer. Can someone help me on this ?