nxxm / xxhr

intuitive c++ http client library
https://nxxm.github.io/xxhr
Other
28 stars 8 forks source link

[base64] decoding input-buffers that have '\0' #12

Closed daminetreg closed 3 years ago

daminetreg commented 3 years ago

We had an issue in the decode64 function that didn't correctly decode back to buffer with the exact same number of nullptr.

daminetreg commented 3 years ago

Hey @pysco68 now ready for review 👍