scsh-checkins
[Top] [All Lists]

scsh/scsh network1.c

To: scsh-checkins@scsh.net
Subject: scsh/scsh network1.c
From: Mike Sperber <sperber@users.sourceforge.net>
Date: Sun, 28 Jan 2007 16:14:06 +0100 (MET)
List-id: <scsh-checkins.list-id.scsh.net>
Update of /cvsroot/scsh/scsh/scsh
In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv32729

Modified Files:
      Tag: r0-6-stable
        network1.c 
Log Message:
Bug fix submitted by Taylor Campbell:

  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.

<Prev in Thread] Current Thread [Next in Thread>
  • scsh/scsh network1.c, Mike Sperber <=