--- /Base64.java	2023-07-05 03:11:59.178027844 +0200
+++ /Codec-1/src/java/org/apache/commons/codec/binary/Base64.java	2023-07-05 03:11:59.178027844 +0200
@@ -284,9 +284,10 @@
         // allow for extra length to account for the separator(s)
         if (isChunked) {
 
-            chunckCount = (CHUNK_SEPARATOR.length == 0 ? 0 : (int) Math
-                    .ceil((float) encodedDataLengthLong / CHUNK_SIZE));
-            encodedDataLengthLong += chunckCount * CHUNK_SEPARATOR.length;
+chunckCount = ((org.apache.commons.codec.binary.Base64.CHUNK_SEPARATOR.length) == 0) ? 0 : ((int) (java.lang.Math.ceil((((float) (encodedDataLengthLong)) / (org.apache.commons.codec.binary.Base64.CHUNK_SIZE))))); encodedDataLengthLong += chunckCount * (org.apache.commons.codec.binary.Base64.CHUNK_SEPARATOR.length); 
+ 
+ 
+ 
         }
 
         if (encodedDataLengthLong > Integer.MAX_VALUE) {
