cederberg / mibble

Mibble is an open-source SNMP MIB parser library for Java.
https://www.mibble.org/
Other
113 stars 68 forks source link

NullPointerException loading vmware mib #36

Open nick-codemettle opened 5 years ago

nick-codemettle commented 5 years ago

While using mibble v2.10.1 on the mib file VMWARE-ESX-AGENTCAP-MIB.mib (included in linked file), mibble throws a NullPointerException.

The error printout as well as 3 sets of mibs for test cases is included in the attached file. Using MibbleValidator.sh in the directories "broken" and "broken2" causes the issue. The issue is not present when running MibbleValidator.sh in "works" directory.

Mib files and error printout: https://drive.google.com/file/d/1LcSXrG320rlksOd3GLf1E82wZF6YybCu/view?usp=sharing