chicken-hackers
[Top][All Lists]
Advanced

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

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


From: Peter Bex
Subject: [Chicken-hackers] [PATCH] Fix EINTR handling in stream ports
Date: Sun, 13 Oct 2013 14:11:46 +0200
User-agent: Mutt/1.4.2.3i

Hi all,

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.

Cheers,
Peter
-- 
http://www.more-magic.net

Attachment: 0001-Fix-read-string-s-EINTR-handling-in-stream-ports-non.patch
Description: Text document


reply via email to

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