>>>>> "TA" == Thomas Anders <[EMAIL PROTECTED]> writes:
TA> snmplib/system.c uses nlist() (and open(/dev/kmem), lseek and read) TA> without properly protecting the code by #ifdef NETSNMP_CAN_USE_NLIST. TA> Thus, this code is active even if --without-kmem-usage has been TA> specified (recommended in README.aix and README.irix for 64-bit builds), TA> which is a bug. +1. Sorry it took so long, but I wanted to review very carefully what happens when you don't have the symbols. Previously we were falling into code, but with your patch we were falling beyond code and I wanted to look more closely to make sure that wasn't going to cause issues before I voted. I've done so, and thus the +1... Otherwise I was going to vote -1 ;-) -- Wes Hardaker Sparta, Inc. ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Net-snmp-coders mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/net-snmp-coders
