From owner-cvs-all@FreeBSD.ORG Fri Sep 19 09:25:45 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5E51B16A4B3; Fri, 19 Sep 2003 09:25:45 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 91D4043FE0; Fri, 19 Sep 2003 09:25:44 -0700 (PDT) (envelope-from thomas@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 h8JGPiXJ025054; Fri, 19 Sep 2003 09:25:44 -0700 (PDT) (envelope-from thomas@repoman.freebsd.org) Received: (from thomas@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h8JGPi0V025053; Fri, 19 Sep 2003 09:25:44 -0700 (PDT) (envelope-from thomas) Message-Id: <200309191625.h8JGPi0V025053@repoman.freebsd.org> From: Thomas Quinot Date: Fri, 19 Sep 2003 09:25:44 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/ata atapi-cam.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Sep 2003 16:25:45 -0000 thomas 2003/09/19 09:25:44 PDT FreeBSD src repository Modified files: sys/dev/ata atapi-cam.c Log: (atapi_action): avoid memory leak in a marginal invalid ccb case. (free_hcb): defend against calling TAILQ_REMOVE on an hcb that was not inserted on pending_hcbs. Revision Changes Path 1.23 +30 -25 src/sys/dev/ata/atapi-cam.c