[AGENT++] BUGS in AGENT++

Igor Altshul ialtshul at allot.com
Wed Apr 6 09:50:37 CEST 2005


Hello, Frank.
 
 
Exception in function MibTable::find_prev( const Oidx& o) in case of given OID is not presented in table or in case of table has different row size (ex: nlmLogEntry table).
 
For prevent this exception do following change:
file "mib.cpp" line 1798
 
instead
               if (row.get()->get_nth(col)->get_oid() < o) 
do
               if (row.get()->get_nth(col) && row.get()->get_nth(col)->get_oid() < o) 

 
Best regards
 
Igor Altshul.
Senior Software Engineer.
 



More information about the AGENTPP mailing list