From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Neil Jerram Newsgroups: gmane.lisp.guile.bugs Subject: Re: libguile/socket.c Date: Thu, 09 Feb 2006 13:43:08 +0000 Message-ID: <87lkwkodg3.fsf@ossau.uklinux.net> References: <20060206084314.B6F9B727B@firefly.is-a-geek.org> <87slqsonaf.fsf@ossau.uklinux.net> <87irrowxjk.fsf@laas.fr> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1139510554 12213 80.91.229.2 (9 Feb 2006 18:42:34 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 9 Feb 2006 18:42:34 +0000 (UTC) Cc: bug-guile@gnu.org Original-X-From: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Thu Feb 09 19:42:29 2006 Return-path: Envelope-to: guile-bugs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1F7GjT-0000hF-2D for guile-bugs@m.gmane.org; Thu, 09 Feb 2006 19:41:31 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1F7GjR-0003Zg-Gp for guile-bugs@m.gmane.org; Thu, 09 Feb 2006 13:41:29 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1F7DF0-0001Z3-EB for bug-guile@gnu.org; Thu, 09 Feb 2006 09:57:51 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1F7Ccb-0002fr-66 for bug-guile@gnu.org; Thu, 09 Feb 2006 09:18:14 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1F7C7h-0006kp-Tf for bug-guile@gnu.org; Thu, 09 Feb 2006 08:46:14 -0500 Original-Received: from [80.84.72.33] (helo=mail3.uklinux.net) by monty-python.gnu.org with esmtp (Exim 4.52) id 1F7CBG-0003t3-10 for bug-guile@gnu.org; Thu, 09 Feb 2006 08:49:54 -0500 Original-Received: from laruns (host86-129-147-232.range86-129.btcentralplus.com [86.129.147.232]) by mail3.uklinux.net (Postfix) with ESMTP id E4327409FB4; Thu, 9 Feb 2006 13:46:12 +0000 (UTC) Original-Received: from laruns (laruns [127.0.0.1]) by laruns (Postfix) with ESMTP id C5FC79F939; Thu, 9 Feb 2006 13:43:08 +0000 (GMT) Original-To: hyperdivision@firefly.is-a-geek.org (hyperdivision) In-Reply-To: <87irrowxjk.fsf@laas.fr> ( =?iso-8859-1?q?Ludovic_Court=E8s's_message_of?= "Thu, 09 Feb 2006 13:01:51 +0100") User-Agent: Gnus/5.1007 (Gnus v5.10.7) Emacs/21.4 (gnu/linux) X-BeenThere: bug-guile@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GUILE, GNU's Ubiquitous Extension Language" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Errors-To: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.bugs:3098 Archived-At: ludovic.courtes@laas.fr (Ludovic Court=E8s) writes: > Hi, > > Neil Jerram writes: > >> I wonder if that's because it's generally concerned about >> uninitialized variables, or because it's noticed the apparent bug in >> scm_c_make_socket_address, which does nothing with its address_size >> parameter and instead has another size_t variable on the stack. > > It's a bug in `scm_c_make_socket_address ()'. I apologize for this. Thanks for confirming this. I'll make the change in CVS. >> soka =3D scm_fill_sockaddr (scm_to_ushort (family), address, &args, 1, >> "scm_c_make_socket_address", &address_size); > ^^ > Here it should read `address_size', not `&address_size'. Indeed, thanks. Neil=20 _______________________________________________ Bug-guile mailing list Bug-guile@gnu.org http://lists.gnu.org/mailman/listinfo/bug-guile