Hi, I follow the cited open bug ticket, because I encountered the same issue.
I did some testing and I found a bug originated in SVN release 16962, a simple typo that can be fixed with: --- python/netsnmp/client_intf.c +++ python/netsnmp/client_intf.c 320c320 < snprintf(buf,"%ld", buf_len, *var->val.integer); --- > snprintf(buf, buf_len, "%ld", *var->val.integer); after having applied this patch the bug in Subject seems to be unreproducible. I tested on Debian/Lenny on i386 from the source packages: net-snmp_5.4.1~dfsg-8.1.diff.gz net-snmp_5.4.1~dfsg-8.1.dsc net-snmp_5.4.1~dfsg-8.1_i386.changes And I verified in that the typo is still in the SVN Trunk. I hope that can help. Regards, Gabriele Messineo ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Net-snmp-coders mailing list Net-snmp-coders@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/net-snmp-coders