G-Node / nix

Neuroscience information exchange format
https://readthedocs.org/projects/nixio/
Other
66 stars 36 forks source link

nix-tool validate fails with "error: Index out of bounds" #581

Closed gicmo closed 8 years ago

gicmo commented 8 years ago

When validating e.g. spike_features.h5 nix-tool fails with "error: Index out of bounds" (and then continues to show the help message). From a quick look it hits an exception by doing on OOB access with NDSize while validating a multi-tag (valid::extentsMatchRefs).

gicmo commented 8 years ago

Fixed with PR #582