Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Fixes a segfault in h5dump The B-tree node level was corrupted, resulting in a segfault later. This PR adds a check to detect when the node level is greater than the number of entries and issue an error instead. Fixes GH-4432