Skip to content

馃悰 Fix base64_decode missing two chars

Olivier Gauthier requested to merge fix/base64_decode-missing-two-chars into develop

Pad base64 data correctly to allow space for string nul-terminator '\0' when building std::string return object.

Fix sat-mtl/tools/scenic/scenic#292 (closed) where SIP sources were missing trailing characters

Merge request reports