From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/10700 Path: news.gmane.org!.POSTED!not-for-mail From: Felix Janda Newsgroups: gmane.linux.lib.musl.general Subject: Re: [PATCH] fix namespace pollution in by linux specific syscalls Date: Thu, 3 Nov 2016 11:28:07 -0400 Message-ID: <20161103152807.GA283@nyan> References: <20161103125622.GA1042@nyan> <20161103144358.GJ5749@port70.net> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: blaine.gmane.org 1478187220 16148 195.159.176.226 (3 Nov 2016 15:33:40 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Thu, 3 Nov 2016 15:33:40 +0000 (UTC) User-Agent: Mutt/1.6.1 (2016-04-27) To: musl@lists.openwall.com Original-X-From: musl-return-10713-gllmg-musl=m.gmane.org@lists.openwall.com Thu Nov 03 16:33:35 2016 Return-path: Envelope-to: gllmg-musl@m.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by blaine.gmane.org with smtp (Exim 4.84_2) (envelope-from ) id 1c2K14-0002G3-BV for gllmg-musl@m.gmane.org; Thu, 03 Nov 2016 16:33:22 +0100 Original-Received: (qmail 15798 invoked by uid 550); 3 Nov 2016 15:33:23 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-ID: Original-Received: (qmail 15777 invoked from network); 3 Nov 2016 15:33:22 -0000 Mail-Followup-To: musl@lists.openwall.com Content-Disposition: inline In-Reply-To: <20161103144358.GJ5749@port70.net> Xref: news.gmane.org gmane.linux.lib.musl.general:10700 Archived-At: Szabolcs Nagy wrote: > * Felix Janda [2016-11-03 08:56:30 -0400]: > > The exposure of pipe2() breaks compilation for staden-io_lib. > > i think they should fix it as pipe2 is scheduled for issue8 of posix. > http://austingroupbugs.net/view.php?id=411 ok, thanks for remarking that. So I take back my patch and will report the issue to them. (I don't know whether one should bother with hiding dup3.) Felix