chicken-hackers
[Top][All Lists]
Advanced

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

Re: [Chicken-hackers] [PATCH] Fix EINTR handling in stream ports


From: Mario Domenech Goulart
Subject: Re: [Chicken-hackers] [PATCH] Fix EINTR handling in stream ports
Date: Fri, 18 Oct 2013 19:55:16 +0000
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

On Sun, 13 Oct 2013 14:11:46 +0200 Peter Bex <address@hidden> wrote:

> Here's a fix for another subtle bug: when a read from a file with
> read-string[!] is interrupted and gets EINTR, it will probably go
> completely nuts because of a FUBAR fixnum calculation based on
> treating C_SCHEME_FALSE or C_SCHEME_TRUE as if it were a fixnum.
> I haven't been able to reproduce this reliably in a test.

Thanks, Peter.  Pushed.

Best wishes.
Mario
-- 
http://parenteses.org/mario



reply via email to

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