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: allocate_string_data memory corruption Date: Thu, 26 Jan 2006 14:10:17 -0500 Message-ID: <8764o6iz52.fsf@stupidchicken.com> References: <87vewha2zl.fsf@stupidchicken.com> <87zmlq6w62.fsf-monnier+emacs@gnu.org> <874q3v6a65.fsf-monnier+emacs@gnu.org> <873bjbahq6.fsf@stupidchicken.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1138304171 6445 80.91.229.2 (26 Jan 2006 19:36:11 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 26 Jan 2006 19:36:11 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jan 26 20:36:08 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 1F2CuR-0006u9-J1 for ged-emacs-devel@m.gmane.org; Thu, 26 Jan 2006 20:35:56 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1F2CxF-0000j2-BB for ged-emacs-devel@m.gmane.org; Thu, 26 Jan 2006 14:38:49 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1F2CXR-0001RP-2Z for emacs-devel@gnu.org; Thu, 26 Jan 2006 14:12:09 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1F2CXO-0001Nh-UP for emacs-devel@gnu.org; Thu, 26 Jan 2006 14:12:08 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1F2CXO-0001N1-LG for emacs-devel@gnu.org; Thu, 26 Jan 2006 14:12:06 -0500 Original-Received: from [18.19.6.82] (helo=localhost.localdomain) by monty-python.gnu.org with esmtp (Exim 4.52) id 1F2CUx-00031W-4m; Thu, 26 Jan 2006 14:09:35 -0500 Original-Received: by localhost.localdomain (Postfix, from userid 1000) id 1F8441208EA; Thu, 26 Jan 2006 14:10:17 -0500 (EST) Original-To: rms@gnu.org In-Reply-To: (Richard M. Stallman's message of "Thu, 26 Jan 2006 12:46:46 -0500") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) 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:49594 Archived-At: "Richard M. Stallman" writes: > 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? > > But can all the known problems be fixed this way? Yes.