Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Jul 2001 14:01:13 -0700 (PDT)
From:      Thomas Moestl <tmm@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/ata atapi-cd.c
Message-ID:  <200107292101.f6TL1DM92117@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200107292101.f6TL1DM92117>