Marcono1234 opened a new pull request, #537: URL: https://github.com/apache/commons-io/pull/537
Follow-up for #525 (CC @elharo) A `bBuf.flip()` call was missing so the `bBuf` was erroneously `HeapByteBuffer[pos=0 lim=8192]` (instead of `pos=0 lim=0`), and was therefore considered completely filled with 0s. This can be seen with the newly added test which would have failed. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
