From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38886) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bvnIi-0004dd-Du for qemu-devel@nongnu.org; Sun, 16 Oct 2016 11:24:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bvnIf-0005lW-9X for qemu-devel@nongnu.org; Sun, 16 Oct 2016 11:24:36 -0400 Date: Sun, 16 Oct 2016 15:22:34 +0000 From: Daniel Shahaf Message-ID: <20161016152234.GA15437@fujitsu.shahaf.local2> References: <1476628228-7425-1-git-send-email-mjt@msgid.tls.msk.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <1476628228-7425-1-git-send-email-mjt@msgid.tls.msk.ru> Subject: Re: [Qemu-devel] [PATCH] scripts/hxtool: fix undefined behavour of echo List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Michael Tokarev Cc: qemu-devel@nongnu.org, qemu-trivial@nongnu.org Michael Tokarev wrote on Sun, Oct 16, 2016 at 17:30:28 +0300: > From: Daniel Shahaf > > Avoid undefined behaviour of echo(1) with backslashes in arguments > The behaviour is implementation-defined, different /bin/sh's behave > differently. > Signed-off-by: Daniel Shahaf > Signed-off-By: Michael Tokarev > --- > Submitting this patch upstream, thank you very much! > Daniel, can you please add your Signed-off-By line? Like this? Thank you for forwarding the patch upstream. Daniel