On Monday 04 June 2007 22:57, Jorgen Cederlof wrote:
> Hello list,
> 
> I encountered a couple of problems with base64 uudecode. It couldn't
> handle an empty file (term_count needs to be 1 at the beginning of a
> line to catch the terminating line, which it was for every line but
> the first) and when the output was supposed to be 3n+1 bytes it wrote
> an extra junk byte at the end when it encountered the second '='. The
> patch below should fix both issues.

Wow. Thanks.

Can you send a few testcases which you use for testing?
--
vda
_______________________________________________
busybox mailing list
[email protected]
http://busybox.net/cgi-bin/mailman/listinfo/busybox

Reply via email to