From owner-cvs-all Tue Jul 24 16: 9: 8 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3F6C137B405; Tue, 24 Jul 2001 16:09:04 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Received: (from mjacob@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f6ON94t95502; Tue, 24 Jul 2001 16:09:04 -0700 (PDT) (envelope-from mjacob) Message-Id: <200107242309.f6ON94t95502@freefall.freebsd.org> From: Matt Jacob Date: Tue, 24 Jul 2001 16:09:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libcam camlib.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mjacob 2001/07/24 16:09:04 PDT Modified files: (Branch: RELENG_4) lib/libcam camlib.c Log: (MFC of 1.9- I didn't get an MFC notice for some reason) Make sure you don't have a file descriptor leak for the 'real' underlying CAM device. This needs to be checked not only in the open routine, but the device->fd has to be initialized as well. Revision Changes Path 1.8.2.1 +6 -2 src/lib/libcam/camlib.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message