Description
The decimal conversion from a ByteBuffer currently copies the buffer contents into an array, but then calls array on the buffer and uses the buffer's internal array rather than the copied bytes. The result is that the constructed Decimal value uses whatever the buffer contained without using its position or limit.
Attachments
Issue Links
- links to