Thanks a lot everyone!
/Emil
On 2021-08-30 06:14, Assaf Gordon wrote:
> tag 49741 fixed
> close 49741
> stop
>
> On 2021-08-22 4:15 p.m., Assaf Gordon wrote:
> Attached a suggested fix.
>
> pushed in:
>
> https://git.savannah.gnu.org/cgit/coreutils.git/commit/?id=709d1f8253072804cc27189a6f2b8
Hi! I seem to have encountered a bug in basenc. While decoding a large
base64url-encoded JSON blob, the decoder drops some characters,
rendering the output invalid JSON. I've verified against Python's
built-in base64url decoder, which correctly produces the expected result
while basenc does not.
I