asmaloney / libE57Format

Library for reading & writing the E57 file format
Boost Software License 1.0
136 stars 65 forks source link

Fix potential invalid range exceptions when reading integer nodes #275

Closed asmaloney closed 9 months ago

asmaloney commented 10 months ago

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.