Jorge Barreiro wrote:
> I've checked the CVS head code and I've found the error: the length of the
> target array was wrong. I've checked the history of this class too. It seems
> that this issue was already detected, but the fix was wrong and was reverted.
>
> I attach my patch (base64len.patch)
O Xoves, 26 de Novembro de 2009 ás 09:40:53 Chris Burdess escribiu:
> Jorge Barreiro wrote:
> > I've found what seems to be a bug in the gnu.inet.util.BASE64 class: The
> > encoding function never appends the '=' padding characters. I sent this
> > mail first because there's some code in the class
Jorge Barreiro wrote:
> I've found what seems to be a bug in the gnu.inet.util.BASE64 class: The
> encoding function never appends the '=' padding characters. I sent this mail
> first because there's some code in the class dealing with this, but it's
> commented, so I don't know if this is inten
Hello,
I've found what seems to be a bug in the gnu.inet.util.BASE64 class: The
encoding function never appends the '=' padding characters. I sent this mail
first because there's some code in the class dealing with this, but it's
commented, so I don't know if this is intentional. In addition, t