From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17783 invoked by alias); 11 Jun 2015 13:25:24 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: X-Seq: 35444 Received: (qmail 23271 invoked from network); 11 Jun 2015 13:25:22 -0000 X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-1.7 required=5.0 tests=BAYES_00,DKIM_ADSP_CUSTOM_MED, FREEMAIL_FROM,NML_ADSP_CUSTOM_MED,RCVD_IN_DNSWL_LOW,SPF_HELO_PASS autolearn=no autolearn_force=no version=3.4.0 X-Injected-Via-Gmane: http://gmane.org/ To: zsh-workers@zsh.org From: Stephane Chazelas Subject: Re: Length of argument list Date: Thu, 11 Jun 2015 14:20:36 +0100 Message-ID: <20150611132036.GA8342@chaz.gmail.com> References: <20150610204814.4aa2f5aa@hogwart.bsdlocal.net> <20150611112716.7bdbf38e@hogwart.bsdlocal.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 05448b1b.skybroadband.com Content-Disposition: inline In-Reply-To: <20150611112716.7bdbf38e@hogwart.bsdlocal.net> User-Agent: Mutt/1.5.21 (2010-09-15) 2015-06-11 11:27:16 +0200, Manfred Lotz: [...] > I know but when dealing with files I never take into account > that file names contain newlines. IMHO, only crazy people create file > names which contain newlines. [...] Crazy, careless (copy-paste in a terminal) or malicious. There are lots of security vulnerabilties around that are caused by code that assumes file names cannot contain newline characters. -- Stephane