I use net-snmp 5.4 to send out enterprise-specific traps. The trap-sending code is like agent/mibgroup/examples/notification.c
When sending trap very fast, we can see that snmpd consumes more and more memory(up to 500M). Is there any memory leak problem in net-snmp 5.4? >From http://net-snmp.sourceforge.net/docs/CHANGES.html, there are two: - [PATCH 1592706]: Fix memory leak when cloning varbinds. - [PATCH 1616912]: fix memory leak in snmp_udp_transport I can find patch 1616912 from www.net-snmp.org/official_patches. But I can not find patch 1592706. Can any tell me how to find the patch? Or there is something I missed. ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Net-snmp-coders mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/net-snmp-coders
