NetBSD-Bugs archive

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

PR/53991 CVS commit: src/sys/kern



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

From: "Paul Goyette" <pgoyette%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/53991 CVS commit: src/sys/kern
Date: Wed, 20 Feb 2019 09:59:39 +0000

 Module Name:	src
 Committed By:	pgoyette
 Date:		Wed Feb 20 09:59:39 UTC 2019
 
 Modified Files:
 	src/sys/kern: uipc_usrreq.c
 
 Log Message:
 compat70_ocreds_valid is not a pointer to a boolean, it is the boolean
 itself which controls whether or not we recognize the OCRED options.
 
 Should fix the panic identified in PR kern/53991 (awaiting confirmation
 from submitter).
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.190 -r1.191 src/sys/kern/uipc_usrreq.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