From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Richard M. Stallman" Newsgroups: gmane.emacs.devel Subject: Re: allocate_string_data memory corruption Date: Thu, 26 Jan 2006 12:46:46 -0500 Message-ID: References: <87vewha2zl.fsf@stupidchicken.com> <87zmlq6w62.fsf-monnier+emacs@gnu.org> <874q3v6a65.fsf-monnier+emacs@gnu.org> <873bjbahq6.fsf@stupidchicken.com> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1138302437 31068 80.91.229.2 (26 Jan 2006 19:07:17 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 26 Jan 2006 19:07:17 +0000 (UTC) Cc: monnier@iro.umontreal.ca, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jan 26 20:07:09 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1F2CRw-0006iw-3e for ged-emacs-devel@m.gmane.org; Thu, 26 Jan 2006 20:06:28 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1F2CUj-0007FV-UN for ged-emacs-devel@m.gmane.org; Thu, 26 Jan 2006 14:09:21 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1F2BG2-0000eB-31 for emacs-devel@gnu.org; Thu, 26 Jan 2006 12:50:06 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1F2BFz-0000d8-OT for emacs-devel@gnu.org; Thu, 26 Jan 2006 12:50:04 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1F2BFy-0000cp-ML for emacs-devel@gnu.org; Thu, 26 Jan 2006 12:50:02 -0500 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1F2BDZ-0003Iu-MT for emacs-devel@gnu.org; Thu, 26 Jan 2006 12:47:33 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1F2BCo-00057w-B0; Thu, 26 Jan 2006 12:46:46 -0500 Original-To: Chong Yidong In-reply-to: <873bjbahq6.fsf@stupidchicken.com> (message from Chong Yidong on Wed, 25 Jan 2006 20:41:21 -0500) 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:49590 Archived-At: For the sake of the release, how about just moving the threatened portion of allocate_vectorlike into the BLOCK_INPUT section that's already present in the function? Ok. But can all the known problems be fixed this way?