chicken-users
[Top][All Lists]
Advanced

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

[Chicken-users] Patch for open-input-file segfault


From: Reed Sheridan
Subject: [Chicken-users] Patch for open-input-file segfault
Date: Sun, 31 Jul 2005 00:52:40 -0500

Hello,

I found that this expression: 

(open-input-file "") 

causes a segmentation fault.  It turns out that ##sys#expand-home-path
returns undefined when given "", which is then passed to some C
function that expects a string.  The fix for this is simple enough,
and is attached as a patch.

Reed Sheridan

Attachment: library.scm.patch
Description: Text Data


reply via email to

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