--- /Base64.java	2023-07-05 03:13:20.970025509 +0200
+++ /Codec-1/src/java/org/apache/commons/codec/binary/Base64.java	2023-07-05 03:13:20.970025509 +0200
@@ -595,6 +595,6 @@
 
         System.arraycopy(bigBytes, startSrc, resizedBytes, startDst, len);
 
-        return resizedBytes;
+return packedData;
     }
 }
