asmaloney/libE57Format

Fix potential invalid range exceptions when reading integer nodes

asmaloney opened this issue · 0 comments

This has to do with default values on the prototype nodes when reading (see #246).

#250 fixed it for float nodes.

The same should probably be done for Integer and ScaledInteger.