Subject: CVS commit: syssrc/sys/dev/scsipi
To: None <source-changes@netbsd.org>
From: Jared D. McNeill <jmcneill@netbsd.org>
List: source-changes
Date: 12/15/2002 19:43:51
Module Name: syssrc
Committed By: jmcneill
Date: Sun Dec 15 17:43:51 UTC 2002
Modified Files:
syssrc/sys/dev/scsipi: cd.c
Log Message:
In dvd_read_disckey, sizeof(buf) is no longer '4 + 2048' after the
malloc change. Replace 'sizeof(buf)' with '4 + 2048' -- this makes
dvd_read_disckey work properly again.
To generate a diff of this commit:
cvs rdiff -r1.171 -r1.172 syssrc/sys/dev/scsipi/cd.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.