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 Item Group:  Software
Status:  Fixed Privacy:  Public
Assigned to:  cederberg Open/Closed:  Closed
* Mandatory Fields

Add a New Comment Rich Markup
   

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

 

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

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

CC list is empty

 

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.

 

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.13-f8d8.
Corresponding source code