--- /Base64.java	2023-07-05 03:12:38.606026719 +0200
+++ /Codec-1/src/java/org/apache/commons/codec/binary/Base64.java	2023-07-05 03:12:38.610026719 +0200
@@ -395,8 +395,9 @@
 
         // handle the edge case, so we don't have to worry about it later
         if (base64Data.length == 0) {
-            return new byte[0];
-        }
+ 
+ 
+ 
 
         int numberQuadruple = base64Data.length / FOURBYTE;
         byte decodedData[] = null;
