From owner-freebsd-bugs@FreeBSD.ORG Sat Jun 21 20:29:57 2008 Return-Path: Delivered-To: freebsd-bugs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 14B09106564A for ; Sat, 21 Jun 2008 20:29:57 +0000 (UTC) (envelope-from yanefbsd@gmail.com) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.155]) by mx1.freebsd.org (Postfix) with ESMTP id 9E2DE8FC12 for ; Sat, 21 Jun 2008 20:29:56 +0000 (UTC) (envelope-from yanefbsd@gmail.com) Received: by fg-out-1718.google.com with SMTP id l26so1012854fgb.35 for ; Sat, 21 Jun 2008 13:29:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=5683Ttbn+sOUalHXHtRT/gGBYhcp//cnkZjYCrf4hzY=; b=eRhq/ntDtC4AQYhgFM6p9YtM/Efy3672Y0F8ITmkzszURcZlMcDS6eVx8+8qdN3M6u 10lx6jTKlTOnCZpfHXvN/gtkgheU+UYq0Wz96gHRL0S2j0GVdm5laRy+rOsOMzK+w53g ZhNI1Xp+exYuWQ1ylUaCe1xye+MsxqARZyxoQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=X30jz7Hr7XpC3eYKwprtyprvPjy7Nx8JZ84vV6zcAeZD7ku+Ff2w7sfCiXeigDxgoA WAhI6Mth9oT6/ByIXJXBhFAhRVHSZdKQin1C0FTDtXNqqiS0IIeuhv3z8d+HRuZvWTOO jD7X02VgjEDjMOR6XJQ1fIoiUbCEBGTPwIEUg= Received: by 10.86.96.18 with SMTP id t18mr5959390fgb.17.1214080194304; Sat, 21 Jun 2008 13:29:54 -0700 (PDT) Received: by 10.86.51.1 with HTTP; Sat, 21 Jun 2008 13:29:54 -0700 (PDT) Message-ID: <7d6fde3d0806211329y2cc08fa1j1014e54387f8b5c@mail.gmail.com> Date: Sat, 21 Jun 2008 13:29:54 -0700 From: "Garrett Cooper" To: freebsd-bugs@freebsd.org In-Reply-To: <200806210510.m5L5A4AT039615@freefall.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200806210510.m5L5A4AT039615@freefall.freebsd.org> Subject: Re: bin/83358: [patch] improper handling of malloc failures within rexec() X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Jun 2008 20:29:57 -0000 > This patch includes the fixes provided previously (minus the port var > removal provided by the OP), plus some style fixes and source > updating. > > Which makes me wonder: is libcompat-4.3's rexec.c used for compiling > purposes at all? > > -Garrett Gmail really mangled up the patch. This one should work better: http://yanegomi-fbsd-patches.googlecode.com/files/4_3_compat_update.patch -Garrett