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
Describe the bug, including details regarding any error messages, version, and platform.
Reading binary values out of variant returns a ByteBuffer instance sliced from the original input ByteBuffer. The problem is that the length of the binary value is not taken into account during the slicing, so the entire remaining buffer (slice) is returned.
See at VariantUtil.getBinary