[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Chicken-users] Easyffi question
From: |
Jim Ursetto |
Subject: |
Re: [Chicken-users] Easyffi question |
Date: |
Mon, 22 Dec 2008 17:08:04 -0600 |
On Mon, Dec 22, 2008 at 3:28 PM, John Cowan <address@hidden> wrote:
> BTW, there is a bug in this code: if it's passed an improper list, it
> goes off into hyperspace.
Yes. It will also crash if there is a non-string element in the list.
I also forget, every time, that C_c_string does not null-terminate
its return string.
I attached a safer version.
stringlist.scm
Description: Binary data