chicken-hackers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Chicken-hackers] base64.egg bug


From: Jim Bailey
Subject: [Chicken-hackers] base64.egg bug
Date: Fri, 22 Feb 2008 15:17:05 +0000

Hello,

I just set up a new machine with chicken 3.0 and noticed a bug in
the latest base64.egg.

When it got ported to C one important case got ignored - decoding a
blank string should result in a blank string. Currently the code tries
to (string-ref "" -2) which fails, obviously.

I have attached an updated version of base64.scm which handles this
case.

Kind Regards,

Jim

Attachment: base64.scm
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]