From owner-cvs-src@FreeBSD.ORG Mon Mar 1 13:27:15 2004 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 6E80816A4CF; Mon, 1 Mar 2004 13:27:15 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4B01B43D3F; Mon, 1 Mar 2004 13:27:15 -0800 (PST) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i21LRFGe076086; Mon, 1 Mar 2004 13:27:15 -0800 (PST) (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i21LRFR0076085; Mon, 1 Mar 2004 13:27:15 -0800 (PST) (envelope-from scottl) Message-Id: <200403012127.i21LRFR0076085@repoman.freebsd.org> From: Scott Long Date: Mon, 1 Mar 2004 13:27:15 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/mlx mlx.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: Mon, 01 Mar 2004 21:27:15 -0000 scottl 2004/03/01 13:27:15 PST FreeBSD src repository Modified files: sys/dev/mlx mlx.c Log: Check and free the actual pointer the was used in a malloc instead of checking and freeing a different pointer that may or may not have been assigned the same value. This should fix panics under load that were recently reported. Revision Changes Path 1.45 +2 -2 src/sys/dev/mlx/mlx.c