chicken-users
[Top][All Lists]
Advanced

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

Re: [Chicken-users] openssl egg segfauls: ##sys#expand-home-path


From: Kristian Lein-Mathisen
Subject: Re: [Chicken-users] openssl egg segfauls: ##sys#expand-home-path
Date: Thu, 21 May 2015 09:18:54 +0200

I see, that sounds sensible. Could you apply the no-home-path-expansion patch and fix it upstream, so that openssl will work on 4.9.01?

K.

On Tue, May 19, 2015 at 3:23 PM, Thomas Chust <address@hidden> wrote:
On 2015-05-19 13:35, Kristian Lein-Mathisen wrote:
> [...]
> It's been way too long! I'm running CHICKEN 4.9.0.1 and the openssl-egg
> segfaults at ssl-load-certificate-chain! and friends.
>
> I have two patches/suggestions:
> - remove home path expansion
> - use the pathname-expand egg
> [...]

Hello,

the only reason this functionality was included in the first place, was
that CHICKEN's standard I/O procedures used to perform automatic home
directory expansion, so I wanted the OpenSSL egg to behave similarly. If
I'm not mistaken, the standard I/O procedures no longer do home
directory expansion by default. I think it would make sense to also
remove this functionality from the OpenSSL egg. If needed, one could
always make use of the pathname-expand egg explicitly, which would make
the intent clearer.

Ciao,
Thomas


--
When C++ is your hammer, every problem looks like your thumb.

_______________________________________________
Chicken-users mailing list
address@hidden
https://lists.nongnu.org/mailman/listinfo/chicken-users


reply via email to

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