scsh-users
[Top] [All Lists]

Buguette in host-info in 0.4.4

To: scsh@martigny.ai.mit.edu
Subject: Buguette in host-info in 0.4.4
From: sperber@informatik.uni-tuebingen.de (Michael Sperber [Mr. Preprocessor])
Date: 02 Dec 1996 09:44:16 +0100
Sender: sperber@informatik.uni-tuebingen.de
host-info:addresses contains bogus if the argument to host-info is a
socket-address.

Patch follows.

Cheers =8-} Mike

*** scsh/network.scm~   Thu Sep 26 22:08:06 1996
--- scsh/network.scm    Mon Dec  2 09:35:55 1996
***************
*** 735,741 ****
                             (vector->list
                              (C-string-vec->Scheme aliases   #f))
                             (vector->list
!                             (C-string-vec->Scheme addresses #f)))))))
  
  (define-foreign %host-address->host-info/h-errno
    (scheme_host_address2host_info (string-desc name))
--- 735,741 ----
                             (vector->list
                              (C-string-vec->Scheme aliases   #f))
                             (vector->list
!                             (C-long-vec->Scheme   addresses #f)))))))
  
  (define-foreign %host-address->host-info/h-errno
    (scheme_host_address2host_info (string-desc name))


<Prev in Thread] Current Thread [Next in Thread>
  • Buguette in host-info in 0.4.4, Michael Sperber [Mr. Preprocessor] <=