ppkarwasz commented on code in PR #790:
URL: https://github.com/apache/commons-io/pull/790#discussion_r2393800415
##########
src/main/java/org/apache/commons/io/output/BrokenWriter.java:
##########
@@ -121,6 +122,7 @@ private RuntimeException rethrow() {
*/
@Override
public void write(final char[] cbuf, final int off, final int len) throws
IOException {
+ IOUtils.checkFromIndexSize(cbuf, off, len);
Review Comment:
Same as above: fixed in
https://github.com/apache/commons-io/pull/790/commits/de2d1e376421622ea3f700e6c59ff90a8e2c143d
with additional tests to record this conversation.
--
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]