scsh-hackers
[Top] [All Lists]

bug in scheme_connect in network1.c

To: scsh-hackers@scsh.net
Subject: bug in scheme_connect in network1.c
From: Taylor R Campbell <campbell@mumble.net>
Date: Fri, 1 Dec 2006 00:13:31 -0500
List-id: Discussion among the implementors <scsh-hackers.list-id.scsh.net>
Sender: news <news@sea.gmane.org>
Since `s48_extract_unsigned_integer' may cause a garbage collection,
because it calls back to Scheme, the extraction of the host and port
in the internet address case must be GC-protected, around line 110.  A
patch to fix this is attached.

Attachment: connect.patch
Description: Text document

<Prev in Thread] Current Thread [Next in Thread>
  • bug in scheme_connect in network1.c, Taylor R Campbell <=