Skip to content

v1.3.1 Hardening

Compare
Choose a tag to compare
@kf6kjg kf6kjg released this 23 Nov 02:42
· 124 commits to master since this release

After thinking more about the new conversion methods I realized that there was a possible route for exploit or at least causing an unexpected exception. That should now be eliminated: no longer does the code assume all the data is in the passed array.

A new ArgumentOutOfRangeException has been added in case the array is exceptionally short. Consumers of this new method should catch it.