bugMibble MIB Parser - Bugs: bug #10765, The Mib.getSymbolByOid() method...

 
 

bug #10765: The Mib.getSymbolByOid() method handles table indices erroneously

Submitter:  Per Cederberg <cederberg>
Submitted:  Fri 22 Oct 2004 07:55:09 AM UTC
   
 
Severity:  2 - Normal Priority:  5 - Normal
Item Group:  Software Status:  Fixed
Privacy:  Public Assigned to:  cederberg
Open/Closed:  Closed
* Mandatory Fields

Post a Comment

Add a New Comment Rich Markup
   

Discussion

Tue 26 Oct 2004 08:19:32 PM UTC, comment #2: 

Version 2.5 has now been released. Closing this bug.

Per Cederberg <cederberg>
Group administrator
Fri 22 Oct 2004 08:22:49 AM UTC, comment #1: 

This has been corrected as of version 2.5.beta2.

Per Cederberg <cederberg>
Group administrator
Fri 22 Oct 2004 07:55:09 AM UTC, original submission:  

The Mib.getSymbolByOid() method erroneously assumed that OID:s are formed in this way:

1.2.3.<rownum>.4

Instead, they have this form:

1.2.3.1.4.<rownum>

The method is possible to use in a working manner if the exactMatch flag is set to false. However, if the exact match flag is set to true the results of the method are conceptually wrong.

The best solution is probably to remove the exactMatch flag altogether from the implementation and the API, leaving the method with correct and working semantics.

Per Cederberg <cederberg>
Group administrator

 

Attached Files

This item currently has no attached files.

(Note: upload size limit is set to 4.0MiB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

 

Dependencies

This item does not depend on any other items.

No items depend on this one.

 

Mail Notification Carbon-Copy List

 

Votes

There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

Only logged-in users can vote.

 

History

Follow 2 latest changes.

Date Changed by Updated Field Previous Value => Replaced by
2004-10-26 cederberg Open/ClosedOpen Closed
2004-10-22 cederberg StatusNone Fixed

Back to the top

Powered by Savane 3.16-ed84.
Corresponding source code