From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Sven Joachim Newsgroups: gmane.emacs.devel Subject: Re: sh-tmp-file inserts unsafe code Date: Mon, 10 Oct 2005 10:20:41 +0200 Message-ID: <434A2459.2030707@gmx.de> References: <4349379C.60103@gmx.de> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1128937182 5051 80.91.229.2 (10 Oct 2005 09:39:42 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 10 Oct 2005 09:39:42 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Oct 10 11:39:40 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EOu6t-0001z4-Tk for ged-emacs-devel@m.gmane.org; Mon, 10 Oct 2005 11:38:20 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EOu6t-00071w-C3 for ged-emacs-devel@m.gmane.org; Mon, 10 Oct 2005 05:38:19 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EOt15-0003cP-Tj for emacs-devel@gnu.org; Mon, 10 Oct 2005 04:28:16 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EOsx9-0003IX-NX for emacs-devel@gnu.org; Mon, 10 Oct 2005 04:24:12 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EOsuU-0002ga-2Y for emacs-devel@gnu.org; Mon, 10 Oct 2005 04:21:26 -0400 Original-Received: from [213.165.64.20] (helo=mail.gmx.net) by monty-python.gnu.org with smtp (Exim 4.34) id 1EOsuT-0001oW-NV for emacs-devel@gnu.org; Mon, 10 Oct 2005 04:21:26 -0400 Original-Received: (qmail invoked by alias); 10 Oct 2005 08:21:24 -0000 Original-Received: from pD9FBEEF2.dip.t-dialin.net (EHLO [127.0.0.1]) [217.251.238.242] by mail.gmx.net (mp031) with SMTP; 10 Oct 2005 10:21:24 +0200 X-Authenticated: #28250155 User-Agent: Mozilla Thunderbird 1.0.7 (X11/20051001) X-Accept-Language: de-DE, de, en-us, en Original-To: rms@gnu.org In-Reply-To: X-Y-GMX-Trusted: 0 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:43782 Archived-At: Richard M. Stallman wrote: > How about rewriting sh-tmp-file so that it uses mktemp(1) to create > the temporary file? > > Would you like to send a patch? Well, it will take me quite some time to even understand the code for this function. ;-) But if nobody else volunteers, I'll dig into it. I think it should be worth the effort.