From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chong Yidong Newsgroups: gmane.emacs.devel Subject: Re: Emacs 23.1.93 pretest Date: Sun, 28 Feb 2010 09:25:04 -0500 Message-ID: <87fx4l8mkf.fsf@stupidchicken.com> References: <87pr3rny7e.fsf@stupidchicken.com> <83fx4n122q.fsf@gnu.org> <833a0ndlo0.fsf@gnu.org> <83vddidh73.fsf@gnu.org> <83hbp2cxgx.fsf@gnu.org> <87aauugy1g.fsf@stupidchicken.com> <83eik6co9l.fsf@gnu.org> <87mxyuyvxy.fsf@stupidchicken.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1267367122 18732 80.91.229.12 (28 Feb 2010 14:25:22 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 28 Feb 2010 14:25:22 +0000 (UTC) Cc: Eli Zaretskii , emacs-devel@gnu.org To: Andreas Schwab Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Feb 28 15:25:18 2010 Return-path: Envelope-to: ged-emacs-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 1Nlk56-0000ql-0i for ged-emacs-devel@m.gmane.org; Sun, 28 Feb 2010 15:25:16 +0100 Original-Received: from localhost ([127.0.0.1]:41816 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Nlk55-0001kM-G8 for ged-emacs-devel@m.gmane.org; Sun, 28 Feb 2010 09:25:15 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Nlk50-0001kH-Az for emacs-devel@gnu.org; Sun, 28 Feb 2010 09:25:10 -0500 Original-Received: from [140.186.70.92] (port=44237 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Nlk4y-0001k9-Ko for emacs-devel@gnu.org; Sun, 28 Feb 2010 09:25:09 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Nlk4y-0007bl-OH for emacs-devel@gnu.org; Sun, 28 Feb 2010 09:25:09 -0500 Original-Received: from pantheon-po33.its.yale.edu ([130.132.50.94]:51697) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Nlk4y-0007bT-KH; Sun, 28 Feb 2010 09:25:08 -0500 Original-Received: from furry (adsl-99-70-212-195.dsl.wlfrct.sbcglobal.net [99.70.212.195]) (authenticated bits=0) by pantheon-po33.its.yale.edu (8.12.11.20060308/8.12.11) with ESMTP id o1SEP4Q7025972 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sun, 28 Feb 2010 09:25:05 -0500 Original-Received: by furry (Postfix, from userid 1000) id BBEDFC05D; Sun, 28 Feb 2010 09:25:04 -0500 (EST) In-Reply-To: (Andreas Schwab's message of "Sun, 28 Feb 2010 11:46:31 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.93 (gnu/linux) X-YaleITSMailFilter: Version 1.2c (attachment(s) not renamed) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4-2.6 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:121465 Archived-At: Andreas Schwab writes: > If that fixes anything then it was already broken before. Yes, I think it was indeed broken before, and it's probably an accident that it worked before. The entries->next pointer needs to be initialized. (So we need the patch anyway, and I've checked it in.)