Closed dchelimsky closed 1 year ago
Problem: aws-api assumes ByteBuffer’s backing array represents complete content, but there are no such guarantees.
Check ByteBuffer current position (.remaining) and return content between current position and limit.
Fixed in e9e431778059e5aa185626d434edf32fc4e9dbbb, released in 0.8.664
Problem
Problem: aws-api assumes ByteBuffer’s backing array represents complete content, but there are no such guarantees.
Solution
Check ByteBuffer current position (.remaining) and return content between current position and limit.