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: PATCH: fix for memory corruption and eventual crash in print.c Date: Sun, 06 Jul 2008 09:51:59 -0400 Message-ID: <871w27unls.fsf@stupidchicken.com> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1215352339 12992 80.91.229.12 (6 Jul 2008 13:52:19 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 6 Jul 2008 13:52:19 +0000 (UTC) Cc: Ami Fischman , emacs-devel@gnu.org To: YAMAMOTO Mitsuharu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jul 06 15:53:05 2008 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.50) id 1KFUfn-0002YX-0Z for ged-emacs-devel@m.gmane.org; Sun, 06 Jul 2008 15:53:03 +0200 Original-Received: from localhost ([127.0.0.1]:54425 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KFUev-0000qt-GU for ged-emacs-devel@m.gmane.org; Sun, 06 Jul 2008 09:52:09 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KFUen-0000pL-SR for emacs-devel@gnu.org; Sun, 06 Jul 2008 09:52:02 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KFUem-0000oI-5z for emacs-devel@gnu.org; Sun, 06 Jul 2008 09:52:01 -0400 Original-Received: from [199.232.76.173] (port=39354 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KFUem-0000oD-0u for emacs-devel@gnu.org; Sun, 06 Jul 2008 09:52:00 -0400 Original-Received: from c-24-63-201-57.hsd1.ma.comcast.net ([24.63.201.57]:20937 helo=furry) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KFUel-0004fw-VJ for emacs-devel@gnu.org; Sun, 06 Jul 2008 09:52:00 -0400 Original-Received: by furry (Postfix, from userid 1000) id 36BA2C054; Sun, 6 Jul 2008 09:51:59 -0400 (EDT) In-Reply-To: (YAMAMOTO Mitsuharu's message of "Sun, 06 Jul 2008 16:45:04 +0900") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 2) 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:100384 Archived-At: YAMAMOTO Mitsuharu writes: > I think a fix for `print_object' should go to the EMACS_22_BASE branch > as well as the trunk so it may not be missed. Another candidate for > the inclusion to the EMACS_22_BASE branch would be the PNG background > color bit-depth fix below: > > 2008-05-09 Chong Yidong > > * image.c (png_load): Use correct bit-depth for setting background > color. Yes. Could someone please check it into the branch? Thanks.