--- /Base64.java	2023-07-05 03:11:59.214027843 +0200
+++ /Codec-1/src/java/org/apache/commons/codec/binary/Base64.java	2023-07-05 03:11:59.218027843 +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;
+ 
+ 
+ 
+ 
         }
 
         if (encodedDataLengthLong > Integer.MAX_VALUE) {
