bug#49741: basenc --base64url decoding bug

2021-09-03 Thread Emil Lundberg
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: > >

bug#49741: basenc --base64url decoding bug

2021-08-29 Thread Assaf Gordon
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=709d1f8253072804cc27189a6f2b873d8d563399

bug#49741: basenc --base64url decoding bug

2021-08-22 Thread Assaf Gordon
On 2021-08-17 3:37 a.m., Jim Meyering wrote: On Tue, Aug 17, 2021 at 2:02 AM Pádraig Brady wrote: On 16/08/2021 22:17, Assaf Gordon wrote: Attached a suggested fix. minor nit in NEWS: a nit in the commit log: Thanks, attached updated patch. Will push this week if there are no other

bug#49741: basenc --base64url decoding bug

2021-08-17 Thread Jim Meyering
On Tue, Aug 17, 2021 at 2:02 AM Pádraig Brady wrote: > On 16/08/2021 22:17, Assaf Gordon wrote: > > Hello Emil and all, > > > > Thanks for the clear and easily reproducible bug report. > > > > Attached a suggested fix. > > Comments very welcomed, > > minor nit in NEWS: > s/silently

bug#49741: basenc --base64url decoding bug

2021-08-16 Thread Pádraig Brady
On 16/08/2021 22:17, Assaf Gordon wrote: Hello Emil and all, Thanks for the clear and easily reproducible bug report. Attached a suggested fix. Comments very welcomed, minor nit in NEWS: s/silently discard/silently discards/ Otherwise it looks good. thanks! Pádraig

bug#49741: basenc --base64url decoding bug

2021-08-16 Thread Assaf Gordon
Hello Emil and all, Thanks for the clear and easily reproducible bug report. Attached a suggested fix. Comments very welcomed, - Assaf >From 11330058443e7cc92b4a53322d810725d42b4e34 Mon Sep 17 00:00:00 2001 From: Assaf Gordon Date: Mon, 16 Aug 2021 15:03:36 -0600 Subject: [PATCH] basenc: fix

bug#49741: basenc --base64url decoding bug

2021-08-13 Thread Assaf Gordon
Hi, I will also work on it this weekend. -assaf On 2021-08-12 7:37 p.m., Paul Eggert wrote: Simon, this looks like some sort of minor buffering problem in 'basenc --base64', since plain 'base64' works correctly. Is this something you have time to look into? https://bugs.gnu.org/49741

bug#49741: basenc --base64url decoding bug

2021-08-12 Thread Paul Eggert
Simon, this looks like some sort of minor buffering problem in 'basenc --base64', since plain 'base64' works correctly. Is this something you have time to look into? https://bugs.gnu.org/49741

bug#49741: basenc --base64url decoding bug

2021-07-26 Thread Emil Lundberg
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.