NetBSD-Bugs archive

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

PR/56962 CVS commit: src/sys/kern



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

From: "Taylor R Campbell" <riastradh%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/56962 CVS commit: src/sys/kern
Date: Sun, 28 Aug 2022 11:17:38 +0000

 Module Name:	src
 Committed By:	riastradh
 Date:		Sun Aug 28 11:17:38 UTC 2022
 
 Modified Files:
 	src/sys/kern: subr_devsw.c
 
 Log Message:
 devsw(9): Fix case of existing conv in devsw_attach.
 
 - Fix sense of conditional: if we found a conv, i < max_devsw_convs.
 - Make sure to initialize error on the way out.
 
 PR kern/56962: Incorrect behavior of the devsw_attach function
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.46 -r1.47 src/sys/kern/subr_devsw.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