scijs / nrrd-js

Handling of NRRD files in Javascript.
MIT License
20 stars 8 forks source link

check for 0 length data file causes exception #2

Open andreasplesch opened 6 years ago

andreasplesch commented 6 years ago

In the checkNRRD function line https://github.com/scijs/nrrd-js/blob/master/nrrd.js#L1131 causes a problem if ret.data is undefined. Then accessing ret.data.length is not possible and causes a type error.

andreasplesch commented 6 years ago

Although it would be silly, a no data nrrd file may be legal ?