From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31081 invoked by alias); 1 May 2013 03:08:21 -0000 Mailing-List: contact libc-ports-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: libc-ports-owner@sourceware.org Received: (qmail 31062 invoked by uid 89); 1 May 2013 03:08:21 -0000 X-Spam-SWARE-Status: No, score=-7.2 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED,RP_MATCHES_RCVD,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.1 X-Spam-User: qpsmtpd, 2 recipients Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Wed, 01 May 2013 03:08:20 +0000 Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r4138Ivp029402 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Tue, 30 Apr 2013 23:08:18 -0400 Received: from [10.3.113.84] (ovpn-113-84.phx2.redhat.com [10.3.113.84]) by int-mx02.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id r4138HY2003868; Tue, 30 Apr 2013 23:08:18 -0400 Message-ID: <51808721.5090507@redhat.com> Date: Wed, 01 May 2013 03:08:00 -0000 From: "Carlos O'Donell" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130311 Thunderbird/17.0.4 MIME-Version: 1.0 To: KOSAKI Motohiro CC: libc-alpha@sourceware.org, libc-ports@sourceware.org Subject: Re: [PATCH v4 0/5] fix wrong program abort on __FD_ELT References: <1365900451-19026-1-git-send-email-kosaki.motohiro@gmail.com> In-Reply-To: <1365900451-19026-1-git-send-email-kosaki.motohiro@gmail.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-SW-Source: 2013-05/txt/msg00004.txt.bz2 On 04/13/2013 08:47 PM, KOSAKI Motohiro wrote: > Changes from v3 to v4 > - remove _STRICT_FD_SIZE_CHECK ifdef. > - instead, always check buffersize. requested from Florian Weimer. Do we want to update manual/llio.texi to describe those macros that can work with heap allocated fd sets? These macros are being clearly used in Linux and BSD to operate on heap allocated sets, and the glibc versions of some of these macros do support those uses. Cheers, Carlos.