From owner-freebsd-security@FreeBSD.ORG Tue Sep 20 21:39:58 2011 Return-Path: Delivered-To: freebsd-security@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 38BB3106564A for ; Tue, 20 Sep 2011 21:39:58 +0000 (UTC) (envelope-from corsmith@gmail.com) Received: from mail-qy0-f182.google.com (mail-qy0-f182.google.com [209.85.216.182]) by mx1.freebsd.org (Postfix) with ESMTP id D49F88FC08 for ; Tue, 20 Sep 2011 21:39:57 +0000 (UTC) Received: by qyk4 with SMTP id 4so1137110qyk.13 for ; Tue, 20 Sep 2011 14:39:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=qvWdIkWao2VXKiLOy+1o8hT9cfZNGqwcZXL3D7S+XxM=; b=ZcKY9O3yn3zp00HE3PFjHu1AUOwov4nbOtOpUADgRMWVZ0ZmLMSXaxdguSnNs8EDLP iuBN7beWVsaHyStBk6Pv0e5RTTGqSQCEi38fBB6YmNzhr6mJpfQ5srIG+PwQv2zc/cNZ cWluxAv9ImBBtCGtIz7TUo8Ex63fUpcFI1z9g= MIME-Version: 1.0 Received: by 10.52.175.135 with SMTP id ca7mr1353055vdc.171.1316554796938; Tue, 20 Sep 2011 14:39:56 -0700 (PDT) Received: by 10.52.184.162 with HTTP; Tue, 20 Sep 2011 14:39:56 -0700 (PDT) In-Reply-To: <4E78F2B1.90302@sentex.net> References: <4E778357.1030206@sentex.net> <4E78E5DC.6050600@sentex.net> <20110920192100.GF10165@in-addr.com> <4E78F2B1.90302@sentex.net> Date: Tue, 20 Sep 2011 17:39:56 -0400 Message-ID: From: Corey Smith To: Mike Tancsa Content-Type: text/plain; charset=ISO-8859-1 X-Mailman-Approved-At: Tue, 20 Sep 2011 22:11:35 +0000 Cc: Gary Palmer , freebsd-security@freebsd.org Subject: Re: pam_ssh_agent_auth coredump on AMD64 (was Re: PAM modules) X-BeenThere: freebsd-security@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Security issues \[members-only posting\]" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Sep 2011 21:39:58 -0000 On Tue, Sep 20, 2011 at 4:08 PM, Mike Tancsa wrote: > Seems to die in the function policy_check in sudo.c I am able to reproduce it as well on 8.2-RELEASE amd64, pam_ssh_agent_auth-0.9.3 and sudo-1.8.2. I wonder if this change from dragonfly would work in FreeBSD: http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/5c627295bf5ad6364bd3914b62c1075f370443d6 -Corey Smith