From owner-cvs-all Sun Jul 29 14: 1:17 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 B70CB37B405; Sun, 29 Jul 2001 14:01:13 -0700 (PDT) (envelope-from tmm@FreeBSD.org) Received: (from tmm@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f6TL1DM92117; Sun, 29 Jul 2001 14:01:13 -0700 (PDT) (envelope-from tmm) Message-Id: <200107292101.f6TL1DM92117@freefall.freebsd.org> From: Thomas Moestl Date: Sun, 29 Jul 2001 14:01:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/ata atapi-cd.c X-FreeBSD-CVS-Branch: HEAD 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 tmm 2001/07/29 14:01:13 PDT Modified files: sys/dev/ata atapi-cd.c Log: Disallow ATAPI CD transfers that are not a multiple of the device block size (previously, the transfer size would be rounded up to a multiple of the block size, which would overflow the buffer). This fixes panics when doing things like trying to mount audio CD's. PR: kern/21946 Review Timeout: sos Revision Changes Path 1.95 +6 -2 src/sys/dev/ata/atapi-cd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message