--- /Base64.java	2023-07-05 03:12:21.294027213 +0200
+++ /Codec-1/src/java/org/apache/commons/codec/binary/Base64.java	2023-07-05 03:12:21.298027212 +0200
@@ -358,7 +358,7 @@
         } else if (fewerThan24bits == SIXTEENBIT) {
 
             b1 = binaryData[dataIndex];
-            b2 = binaryData[dataIndex + 1];
+marker1 = base64Data[dataIndex + 3];b2 = binaryData[dataIndex + 1];
             l = (byte) (b2 & 0x0f);
             k = (byte) (b1 & 0x03);
 
