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: [PATCH] Verify Size of Objcode Headers Date: Sun, 20 Jun 2010 22:30:58 +0200 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1277065799 22160 80.91.229.12 (20 Jun 2010 20:29:59 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 20 Jun 2010 20:29:59 +0000 (UTC) Cc: guile-devel@gnu.org To: Noah Lavine Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Sun Jun 20 22:29:58 2010 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 1OQR9O-0007rv-J5 for guile-devel@m.gmane.org; Sun, 20 Jun 2010 22:29:54 +0200 Original-Received: from localhost ([127.0.0.1]:39504 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OQR9N-0003ey-SL for guile-devel@m.gmane.org; Sun, 20 Jun 2010 16:29:53 -0400 Original-Received: from [140.186.70.92] (port=51417 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OQR9I-0003dH-Mc for guile-devel@gnu.org; Sun, 20 Jun 2010 16:29:49 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OQR9H-0004OI-Im for guile-devel@gnu.org; Sun, 20 Jun 2010 16:29:48 -0400 Original-Received: from a-pb-sasl-quonix.pobox.com ([208.72.237.25]:42709 helo=sasl.smtp.pobox.com) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OQR9H-0004OE-Eh for guile-devel@gnu.org; Sun, 20 Jun 2010 16:29:47 -0400 Original-Received: from sasl.smtp.pobox.com (unknown [127.0.0.1]) by a-pb-sasl-quonix.pobox.com (Postfix) with ESMTP id 4F549BD2FD; Sun, 20 Jun 2010 16:29:47 -0400 (EDT) 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=kAOIcBuAVxSKpII4bNMmsfKAK34=; b=G1EL/k vOMATiiDO7zOP+r5RGgd/nSUb9EvwyBwz8VFhGNPNgH02tBu6vvTM3Zypwnt0MJS nvTabZaiaPMmF0T+utuELYEurd/VF2DlBRifGo5lhboGXwJfbV34iX/XY+P0GQgq wGWrgxy36r//kh+oydfweYkLgLJSHuIM8Vxc0= 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=lDv17yBIlVH2Ywime3k2oZFF0T1d/fUJ U2Ek6tLEH2KhZ45VwWG+ynMO7UVlZq2hkg+rwXPe+6tDUJEr+Grz8P3H581dW2ZM LhYU/SVcxr2l8yVbagkfMSuVkpiZK3mX1qWGLc8nIhJuoNqwumRQ8waFDr0xIvvo DqiIWqwO7ek= Original-Received: from a-pb-sasl-quonix. (unknown [127.0.0.1]) by a-pb-sasl-quonix.pobox.com (Postfix) with ESMTP id 3CE53BD2FC; Sun, 20 Jun 2010 16:29:46 -0400 (EDT) Original-Received: from unquote (unknown [83.35.138.154]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by a-pb-sasl-quonix.pobox.com (Postfix) with ESMTPSA id 3E76EBD2FB; Sun, 20 Jun 2010 16:29:43 -0400 (EDT) In-Reply-To: (Noah Lavine's message of "Sun, 20 Jun 2010 15:44:58 -0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.92 (gnu/linux) X-Pobox-Relay-ID: 90EE0618-7CAA-11DF-8CDF-9056EE7EF46B-02397024!a-pb-sasl-quonix.pobox.com X-detected-operating-system: by eggs.gnu.org: Solaris 10 (beta) 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:10523 Archived-At: On Sun 20 Jun 2010 21:44, Noah Lavine writes: > Add static checks to make sure that the statically-generated object code > headers in continuations.c, control.c, foreign.c, gsubr.c and smob.c are the > same length as the struct scm_objcode data type in objcodes.h. I'd be happy to apply these. Would you be willing to assign copyright for your changes to Guile to the FSF? Reply privately and we can get the paperwork in motion. Cheers, Andy -- http://wingolog.org/