NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/55104 CVS commit: [netbsd-8] src/sys



The following reply was made to PR kern/55104; it has been noted by GNATS.

From: "Martin Husemann" <martin%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/55104 CVS commit: [netbsd-8] src/sys
Date: Sun, 29 Mar 2020 12:10:37 +0000

 Module Name:	src
 Committed By:	martin
 Date:		Sun Mar 29 12:10:37 UTC 2020
 
 Modified Files:
 	src/sys/dev/scsipi [netbsd-8]: cd.c
 	src/sys/kern [netbsd-8]: subr_disk.c
 
 Log Message:
 Pull up following revision(s) (requested by mlelstv in ticket #1527):
 
 	sys/dev/scsipi/cd.c: revision 1.343
 	sys/kern/subr_disk.c: revision 1.130
 
 Avoid division by zero if label isn't valid.
 Allow open of RAWPART even when no medium is loaded.
 Keep errors silent if no medium is loaded.
 Fixes PR kern/55104
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.340.6.1 -r1.340.6.2 src/sys/dev/scsipi/cd.c
 cvs rdiff -u -r1.119.2.2 -r1.119.2.3 src/sys/kern/subr_disk.c
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 


Home | Main Index | Thread Index | Old Index