From owner-cvs-src@FreeBSD.ORG Thu Oct 23 01:27:17 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 64D1216A4B3; Thu, 23 Oct 2003 01:27:17 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DAFDC43FA3; Thu, 23 Oct 2003 01:27:16 -0700 (PDT) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h9N8RGXJ026200; Thu, 23 Oct 2003 01:27:16 -0700 (PDT) (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h9N8RG2f026199; Thu, 23 Oct 2003 01:27:16 -0700 (PDT) (envelope-from des) Message-Id: <200310230827.h9N8RG2f026199@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Thu, 23 Oct 2003 01:27:16 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/crypto/openssh auth2-pam-freebsd.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Oct 2003 08:27:17 -0000 des 2003/10/23 01:27:16 PDT FreeBSD src repository Modified files: crypto/openssh auth2-pam-freebsd.c Log: Plug a memory leak in the PAM child process. It is of no great consequence as the process is short-lived, and the leak occurs very rarely and always shortly before the process terminates. MFC after: 3 days Revision Changes Path 1.14 +9 -1 src/crypto/openssh/auth2-pam-freebsd.c