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: Mon, 07 Jul 2008 09:56:04 -0400 Message-ID: <87hcb1pzm3.fsf@stupidchicken.com> References: <871w27unls.fsf@stupidchicken.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1215438982 27339 80.91.229.12 (7 Jul 2008 13:56:22 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 7 Jul 2008 13:56:22 +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 Mon Jul 07 15:57:09 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 1KFrDH-0002TR-5O for ged-emacs-devel@m.gmane.org; Mon, 07 Jul 2008 15:57:07 +0200 Original-Received: from localhost ([127.0.0.1]:57850 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KFrCQ-0004Ek-2y for ged-emacs-devel@m.gmane.org; Mon, 07 Jul 2008 09:56:14 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KFrCL-0004EZ-Lr for emacs-devel@gnu.org; Mon, 07 Jul 2008 09:56:09 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KFrCK-0004EC-06 for emacs-devel@gnu.org; Mon, 07 Jul 2008 09:56:08 -0400 Original-Received: from [199.232.76.173] (port=35966 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KFrCJ-0004E9-RJ for emacs-devel@gnu.org; Mon, 07 Jul 2008 09:56:07 -0400 Original-Received: from c-24-63-201-57.hsd1.ma.comcast.net ([24.63.201.57]:10431 helo=furry) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KFrCJ-0002DR-IK for emacs-devel@gnu.org; Mon, 07 Jul 2008 09:56:07 -0400 Original-Received: by furry (Postfix, from userid 1000) id DE7D0C054; Mon, 7 Jul 2008 09:56:04 -0400 (EDT) In-Reply-To: (YAMAMOTO Mitsuharu's message of "Mon, 07 Jul 2008 19:03:55 +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:100418 Archived-At: YAMAMOTO Mitsuharu writes: >> Yes. Could someone please check it into the branch? Thanks. > > Done for `png_load'. For the `print_object' patch offered by the OP, > I'd like to leave it to experts on this area. Thanks.