-
ok, after some debugging (see 2009-11-17 irc logs), it seems that getMibstat(MIB_INTERFACES, ... GET_EXACT, &IF_cmp, &interface) works (this is what the old 5.3 code does), but that getMibstat(MIB_INTERFACES, ... GET_FIRST, &Get_everyone, NULL) returns an empty (all 0) struct... thus there is no name to look up the ifIndex, and 0 is being used repeatedly... are interfaces sequential in solaris?...
2009-11-17 21:44:02 UTC in net-snmp
-
seems like this is caused by an OS quirk/bug: http://bugs.opensolaris.org/view_bug.do?bug_id=6640675.
2009-11-17 16:32:38 UTC in net-snmp
-
rstory committed revision 4537 to the dnssec tools SVN repository, changing 1 files.
2009-10-12 22:15:47 UTC in dnssec tools
-
rstory committed revision 4536 to the dnssec tools SVN repository, changing 4 files.
2009-10-12 22:14:11 UTC in dnssec tools
-
snmp_set_var_objid() shouldn't do a size check on the allocated memory... it should free it unconditionally...
a conditional free only when the allocated storage is > name_loc, but unconditionally using name_loc for small objects is the reason for the leak...
i can't think of any reason that the size of the allocated memory should matter... someone made the assumption that nobody would be...
2009-10-02 12:48:25 UTC in net-snmp
-
rstory committed revision 17733 to the net-snmp SVN repository, changing 1 files.
2009-08-12 18:07:28 UTC in net-snmp
-
rstory committed revision 17671 to the net-snmp SVN repository, changing 1 files.
2009-06-16 15:19:39 UTC in net-snmp
-
rstory committed revision 17670 to the net-snmp SVN repository, changing 1 files.
2009-06-16 15:19:03 UTC in net-snmp
-
rstory committed revision 17669 to the net-snmp SVN repository, changing 1 files.
2009-06-16 15:17:59 UTC in net-snmp
-
rstory committed revision 17668 to the net-snmp SVN repository, changing 1 files.
2009-06-15 23:52:33 UTC in net-snmp