Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
Patch Available
Description
If the length of a certain binary data block is not a multiple of 3 (e.g. 16384 bytes), the JSON decoder returns a byte[] array with the length of the next multiple of 3 (e.g. 16386 bytes), because possible base64 fill bytes contained in the input data are not handled correctly during the decoding process.