From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Andy Wingo Newsgroups: gmane.lisp.guile.devel Subject: Re: Bug in Guile's Posix Networking Date: Sun, 13 Feb 2011 21:04:50 +0100 Message-ID: References: <877hdb76cq.fsf@vir.lan> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1297627201 1436 80.91.229.12 (13 Feb 2011 20:00:01 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 13 Feb 2011 20:00:01 +0000 (UTC) Cc: guile-devel@gnu.org To: Noah Lavine Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Sun Feb 13 20:59:57 2011 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Poi6u-0001mM-SS for guile-devel@m.gmane.org; Sun, 13 Feb 2011 20:59:57 +0100 Original-Received: from localhost ([127.0.0.1]:42608 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Poi6u-0006C3-3N for guile-devel@m.gmane.org; Sun, 13 Feb 2011 14:59:56 -0500 Original-Received: from [140.186.70.92] (port=56753 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Poi6m-0005vg-DB for guile-devel@gnu.org; Sun, 13 Feb 2011 14:59:52 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Poi6i-0004pF-8s for guile-devel@gnu.org; Sun, 13 Feb 2011 14:59:48 -0500 Original-Received: from a-pb-sasl-sd.pobox.com ([64.74.157.62]:35721 helo=sasl.smtp.pobox.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Poi6i-0004oy-3i for guile-devel@gnu.org; Sun, 13 Feb 2011 14:59:44 -0500 Original-Received: from sasl.smtp.pobox.com (unknown [127.0.0.1]) by a-pb-sasl-sd.pobox.com (Postfix) with ESMTP id 5169D4B98; Sun, 13 Feb 2011 15:00:46 -0500 (EST) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=pobox.com; h=from:to:cc :subject:references:date:in-reply-to:message-id:mime-version :content-type; s=sasl; bh=9tR/LUsd9TfnmRbANAgy/wRxGsE=; b=loqtfU ZSpkv7bOzhSIZMuL90825TR2badgLwPOHhXqyEu4EOy+GWG0za0kIWp85A0DWwe1 fPZjx7AG8ZXkiy1+mtf02wKXs+LZZn33o/f8giqTzci77NmTiJd3x8FtDXVLzrc1 2bxQiMzMm05TOGTz2Yk+gRpcNSv3fCjkqhnR0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=pobox.com; h=from:to:cc :subject:references:date:in-reply-to:message-id:mime-version :content-type; q=dns; s=sasl; b=BT5VuCkgHZ/TqCpuWWuocsoHnxyBVV+J 2QkQg7pyNVHzDa2rpgxE5v2PZfAVbfgaPPtLdpvHYeMhO2MY4zuileU76LpZQdnF 06li2Tj3+la0IbkJUGsQHZcj9c5NeTLJliJtd6GjRrjeFk7E8Z2rlYkZ5JmCHspi lFyoGG3qS9k= Original-Received: from a-pb-sasl-sd.pobox.com (unknown [127.0.0.1]) by a-pb-sasl-sd.pobox.com (Postfix) with ESMTP id 22DD34B97; Sun, 13 Feb 2011 15:00:45 -0500 (EST) Original-Received: from unquote.localdomain (unknown [90.164.198.39]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by a-pb-sasl-sd.pobox.com (Postfix) with ESMTPSA id 102D04B96; Sun, 13 Feb 2011 15:00:42 -0500 (EST) In-Reply-To: (Noah Lavine's message of "Sat, 12 Feb 2011 21:22:39 -0500") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux) X-Pobox-Relay-ID: F1750CD6-37AB-11E0-87F2-AF401E47CF6F-02397024!a-pb-sasl-sd.pobox.com X-detected-operating-system: by eggs.gnu.org: Solaris 10 (beta) X-Received-From: 64.74.157.62 X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.devel:11602 Archived-At: On Sun 13 Feb 2011 03:22, Noah Lavine writes: > The attached patch fixes the problem for me, and I believe zeroing > some data structures before they're used won't hurt things for anyone > else. Applied, thanks for debugging this. In the future, please give the function names in the commit logs, and give the commit a good summary line. See the patch that was pushed to the repo for an example. Thanks, Andy -- http://wingolog.org/