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: Security flaw in EDE; new release plans Date: Mon, 09 Jan 2012 17:52:45 +0800 Message-ID: <87ehv9xkwi.fsf@gnu.org> References: <8739bp8l3g.fsf@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1326102790 21677 80.91.229.12 (9 Jan 2012 09:53:10 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 9 Jan 2012 09:53:10 +0000 (UTC) Cc: emacs-devel@gnu.org To: YAMAMOTO Mitsuharu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jan 09 10:53:06 2012 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1RkBub-0002vz-BD for ged-emacs-devel@m.gmane.org; Mon, 09 Jan 2012 10:53:05 +0100 Original-Received: from localhost ([::1]:47650 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RkBua-0007jh-Nb for ged-emacs-devel@m.gmane.org; Mon, 09 Jan 2012 04:53:04 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:44671) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RkBuV-0007jY-Ir for emacs-devel@gnu.org; Mon, 09 Jan 2012 04:53:03 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RkBuP-0000kg-Ml for emacs-devel@gnu.org; Mon, 09 Jan 2012 04:52:59 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]:43400) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RkBuP-0000kc-K5 for emacs-devel@gnu.org; Mon, 09 Jan 2012 04:52:53 -0500 Original-Received: from [155.69.19.183] (port=60111 helo=furball) by fencepost.gnu.org with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1RkBuO-0006OR-T0; Mon, 09 Jan 2012 04:52:53 -0500 In-Reply-To: (YAMAMOTO Mitsuharu's message of "Mon, 09 Jan 2012 16:16:24 +0900") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.92 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 140.186.70.10 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:147507 Archived-At: YAMAMOTO Mitsuharu writes: > The latest Emacs 23 Mac port contains some backported patches for > redisplay bugs that was found in the trunk (revno 106534, > 106517(Bug#10119), 106357, 106345(Bug#9496), 106279(Bug#9947), 106223, > and 106220). They can be used as candidates. Among them, I think at > least revno 106534 and 106357 should be backported to the emacs-23 > branch because otherwise users may occasionally see very strange > results Thanks. It's certainly prudent to fix all those unitialized variable bugs. Committed except for 106517, which I'm going to stare at for a bit longer.