Re: [Classpath-inetlib] Possible bug in gnu.inet.util.BASE64

2010-01-10 Thread Chris Burdess
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)

Re: [Classpath-inetlib] Possible bug in gnu.inet.util.BASE64

2010-01-08 Thread Jorge Barreiro
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

Re: [Classpath-inetlib] Possible bug in gnu.inet.util.BASE64

2009-11-26 Thread Chris Burdess
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

[Classpath-inetlib] Possible bug in gnu.inet.util.BASE64

2009-11-25 Thread Jorge Barreiro
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