You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[CORE-68] Fixed BinaryWire length-prefixed read handling so BYTES_LENGTH32 values are decoded as unsigned 32-bit lengths and validated against the available data before nested reads proceed.
Improved BinaryWire boundary checks for malformed or unchecked input, including nested length-prefixed object reads, truncated PADDING32 text reads, non-byte-array to bytes conversion, and zero-length byte-array reads. DefaultValueIn.bytes(BytesOut) now clears the output buffer before writing a default value, avoiding stale bytes in reused output buffers.