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: Tue, 11 Oct 2005 16:41:07 +0200 Message-ID: <434BCF03.9080608@gmx.de> References: <4349379C.60103@gmx.de> <434BC3F2.9070200@gmx.de> <74205160510110729i683ad538xa6bdc6b76f131532@mail.gmail.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Trace: sea.gmane.org 1129042202 4053 80.91.229.2 (11 Oct 2005 14:50:02 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 11 Oct 2005 14:50:02 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Oct 11 16:49:53 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EPLRZ-0006V1-Ff for ged-emacs-devel@m.gmane.org; Tue, 11 Oct 2005 16:49:29 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EPLRZ-0005L8-Ba for ged-emacs-devel@m.gmane.org; Tue, 11 Oct 2005 10:49:29 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EPLQ9-0004Ue-8b for emacs-devel@gnu.org; Tue, 11 Oct 2005 10:48:01 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EPLQ7-0004SQ-AE for emacs-devel@gnu.org; Tue, 11 Oct 2005 10:48:00 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EPLQ7-0004S3-20 for emacs-devel@gnu.org; Tue, 11 Oct 2005 10:47:59 -0400 Original-Received: from [213.165.64.20] (helo=mail.gmx.net) by monty-python.gnu.org with smtp (Exim 4.34) id 1EPLQ6-00020z-Lr for emacs-devel@gnu.org; Tue, 11 Oct 2005 10:47:58 -0400 Original-Received: (qmail invoked by alias); 11 Oct 2005 14:47:57 -0000 Original-Received: from unknown (EHLO [192.168.5.15]) [217.13.171.59] by mail.gmx.net (mp035) with SMTP; 11 Oct 2005 16:47:57 +0200 X-Authenticated: #28250155 User-Agent: Mozilla Thunderbird 1.0.7 (X11/20051001) X-Accept-Language: en-us, en Original-To: Emanuele Giaquinta In-Reply-To: <74205160510110729i683ad538xa6bdc6b76f131532@mail.gmail.com> 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:43872 Archived-At: Emanuele Giaquinta wrote: > In the FreeBSD implementation of mktemp the '-t' option has a slightly > different meaning, it would be better to test it before. I donīt have FreeBSD, but looking at the manpage, the difference should not matter. Anybody here to test it?