From owner-svn-src-stable-9@FreeBSD.ORG Wed Jun 27 06:43:26 2012 Return-Path: Delivered-To: svn-src-stable-9@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1D1F51065674 for ; Wed, 27 Jun 2012 06:43:26 +0000 (UTC) (envelope-from lists@eitanadler.com) Received: from mail-ob0-f182.google.com (mail-ob0-f182.google.com [209.85.214.182]) by mx1.freebsd.org (Postfix) with ESMTP id CCF5F8FC18 for ; Wed, 27 Jun 2012 06:43:25 +0000 (UTC) Received: by obbun3 with SMTP id un3so1318467obb.13 for ; Tue, 26 Jun 2012 23:43:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=eitanadler.com; s=0xdeadbeef; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:content-type :content-transfer-encoding; bh=bqfAN8BoMlLUpbxDfuW+RzwSNdywBROTmAPRcJRdXfk=; b=GpphY9tYnUjkHcJr+X8DIJ4npcOzsdDMaH7pG1DTHtBjPkjt/qE5iX5+OPXVPTqLOb Y7yBy9/v+85mNBrs6xtZJAgBVE0mkKW29C32FvR8sG14VLAgqbJ7AE8YVhE/2t4urYay gsxGik942vScNk/GqikNVVaaBJikGrqDAVn5Q= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:content-type :content-transfer-encoding:x-gm-message-state; bh=bqfAN8BoMlLUpbxDfuW+RzwSNdywBROTmAPRcJRdXfk=; b=TQ10XQAnHZk24aBEI9VbVXK6wf5IT2UIZJN6rS4tJxMfUov68ze46D2mwIl1TqxF2M P98wATXakja91Up+RM38g/dfbJlA+OXdeD99DMr3e+pZ+bD7CJlJqpg0PfgOKRyC2bFt R95IaEXcNSrnE6Y5Gthwu3kPovLImlRciiR29NO9NZ57bKubtZ5knKRBQpydVNMrRm0q 6Evs8zMoDY1wpafQ2rFCE0PNO1XNYUoKI3P+TzWx46c07tFkbrhdcVGdTeK6NCY4HUfT sT3hQS7MrzpjWthbfpRb1nE7ht5jlAA3sWxd0AZ04l2pGsDZH3j7ZK3tS/+V4SEhYLas WEuA== Received: by 10.60.168.230 with SMTP id zz6mr12996474oeb.11.1340779405104; Tue, 26 Jun 2012 23:43:25 -0700 (PDT) MIME-Version: 1.0 Sender: lists@eitanadler.com Received: by 10.182.125.70 with HTTP; Tue, 26 Jun 2012 23:42:54 -0700 (PDT) In-Reply-To: <201206270641.q5R6f0Vb087557@svn.freebsd.org> References: <201206270641.q5R6f0Vb087557@svn.freebsd.org> From: Eitan Adler Date: Tue, 26 Jun 2012 23:42:54 -0700 X-Google-Sender-Auth: ChXdSav3XO-UpoGI2NGal-B6q1o Message-ID: To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-9@freebsd.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Gm-Message-State: ALoCoQkU1+a6KTPxSdLY6YhcADMFVNGLQTdngFy5x54cR21+3K+QPIIIvnXRSMc8gSn8PrER6ju0 Cc: Subject: Re: svn commit: r237632 - stable/9/lib/libc/gen X-BeenThere: svn-src-stable-9@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for only the 9-stable src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Jun 2012 06:43:26 -0000 On 26 June 2012 23:41, Eitan Adler wrote: > Author: eadler > Date: Wed Jun 27 06:40:59 2012 > New Revision: 237632 > URL: http://svn.freebsd.org/changeset/base/237632 > > Log: > =C2=A0MFC r237286, r237523: > =C2=A0 =C2=A0 =C2=A0 =C2=A0Don't close an uninitialized descriptor. > > =C2=A0PR: =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 bin/167302 > =C2=A0Approved by: =C2=A0cperciva (implicit) These were supposed to be PR 139080 - I'll fix the PRs --=20 Eitan Adler Source & Ports committer X11, Bugbusting teams