Cause
The application either provided the length of the buffer for the next piece to be zero or provided a null pointer.
Action
Verify if the buffer pointer for the next piece is null or if the length is zero.
Error Message
an invalid buffer was provided for the next piece
The application either provided the length of the buffer for the next piece to be zero or provided a null pointer.
Verify if the buffer pointer for the next piece is null or if the length is zero.