Bug Fix
- Fixed bug in
Field.Uint32()
whereby a field containing an integer value that overflows auint32
datatype did not result in an error, but instead just returned an incorrect value.
Field.Uint32()
whereby a field containing an integer value that overflows a uint32
datatype did not result in an error, but instead just returned an incorrect value.