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