You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: src/changes/changes.xml
+1
Original file line number
Diff line number
Diff line change
@@ -69,6 +69,7 @@ The <action> type attribute can be add,update,fix,remove.
69
69
<actiondev="ggregory"type="fix"issue="IO-871"due-to="Éamonn McManus, Gary Gregory">IOUtils.contentEquals is incorrect when InputStream.available under-reports.</action>
70
70
<actiondev="ggregory"type="fix"issue="IO-873"due-to="Gary Gregory">java.lang.ArithmeticException: long overflow java.lang.Math.addExact(Math.java:932) at org.apache.commons.io.file.attribute.FileTimes.ntfsTimeToFileTime(FileTimes.java:164). See also https://issues.apache.org/jira/browse/MDEP-978.</action>
71
71
<actiondev="ggregory"type="fix"issue="IO-873"due-to="Gary Gregory">java.lang.ArithmeticException: long overflow java.lang.Math.addExact(Math.java:932) at org.apache.commons.io.file.attribute.FileTimes.ntfsTimeToDate(long).</action>
72
+
<actiondev="ggregory"type="fix"due-to="Gary Gregory">FileTimes.toNtfsTime(*) methods can overflow result values.</action>
72
73
<!-- ADD -->
73
74
<actiondev="ggregory"type="add"issue="IO-860"due-to="Nico Strecker, Gary Gregory">Add ThrottledInputStream.Builder.setMaxBytes(long, ChronoUnit).</action>
0 commit comments