Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 1 Jun 1995 13:28:25 -0700
From:      "Jordan K. Hubbard" <jkh>
To:        CVS-commiters, cvs-sys
Subject:   cvs commit: src/sys/i386/isa/matcd matcd.c
Message-ID:  <199506012028.NAA22387@freefall.cdrom.com>

next in thread | raw e-mail | index | archive | help
jkh         95/06/01 13:28:23

  Modified:    sys/i386/isa/matcd  matcd.c
  Log:
  I have just fixed a problem with one of the matcd audio ioctls.  The
  CDIOREADTOCENTRYS call was ignoring both the start_track and data_len
  fields of the call and returning the whole table of contents regardless.
  
  This writes all over the stack of programs like workman and xcdplayer
  which read the contents one track at a time.  I have included a patch
  which fixes it.
  
  The patch affects ONLY the CDIOREADTOCENTRYS ioctl of the matcd driver
  and will not affect any other part of the system, especially not the
  probe for the matcd device.
  Submitted by:	Doug Rabson <dfr@render.com>



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