Re: memory leak in function netsnmp_udp_transport() in snmpUDPDomain.c file

2007-04-25 Thread Magnus Fromreide
On ons, 2007-04-25 at 23:59 +0400, Aleksandr Lomanov wrote: > Hello, Wes! > > I found memory leak in function netsnmp_udp_transport() > in snmpUDPDomain.c file. > > Memory for variable 'addr_pair' not released, > when netsnmp_udp_transport() finishes work. Yes, that is correct. This is fixed i

Net-SNMP and HPUX on Itanium machines

2007-04-25 Thread Stanley, Jeffrey A CIV DLA J6DIA
Hello all, Has anyone built a Net-SNMP agent to port to HPUX on an Itanium processor machine? If so, won't you mind sharing how you did it? Jeffrey Stanley - This SF.net email is sponsored by DB2 Express Download DB2 Expres

memory leak in function netsnmp_udp_transport() in snmpUDPDomain.c file

2007-04-25 Thread Aleksandr Lomanov
Hello, Wes! I found memory leak in function netsnmp_udp_transport() in snmpUDPDomain.c file. Memory for variable 'addr_pair' not released, when netsnmp_udp_transport() finishes work. Aleksandr Lomanov ICQ#: 170411676 - Th

Re: OutFragOKs in ipSystemStatsTable

2007-04-25 Thread Mitsuru Chinen
Hi all, Alghough I'm not able to find the reason why OutFragOKs is skipped, I think it's not suitable to define which objects are supported in platform neutral code, as support status is different per platform. I created a proposal patch to add portability to ipSystemStatsTable. It is in the patc