This is a discussion on Commented out snmp_free_pdu() in send_trap_to_sess() within the SNMP Coders forums, part of the Networking and Network Related category; Hi All, I've been investigating a memory leak using net-snmp 5.2.1.2 and I think I'...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hi All,
I've been investigating a memory leak using net-snmp 5.2.1.2 and I think I've tracked the problem down to the send_trap_to_sess() routine in agent_trap.c If snmp_send() fails, then snmp_sess_perror() is called but the pdu is not freed, the call to snmp_free_pdu() is commented out. However, in snmp_api.c the comments for snmp_send() state that the caller must call snmp_free_pdu() if 0 is returned. I cannot see any bug reports or patches for this problem. Why would the snmp_free_pdu() be commented out? Is this a genuine problem or am I missunderstanding the code? Cheers, DerekL derekl@blueyonder.co.uk ------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=...057&dat=121642 _______________________________________________ Net-snmp-coders mailing list Net-snmp-coders@lists.sourceforge.net https://lists.sourceforge.net/lists/...et-snmp-coders |