NetBSD-Bugs archive

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

PR/59523 CVS commit: src/sys/kern



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

From: "Martin Husemann" <martin%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/59523 CVS commit: src/sys/kern
Date: Fri, 11 Jul 2025 18:18:30 +0000

 Module Name:	src
 Committed By:	martin
 Date:		Fri Jul 11 18:18:29 UTC 2025
 
 Modified Files:
 	src/sys/kern: kern_exec.c
 
 Log Message:
 PR 59523: initialize errror to 0, not all switch cases overwrite it
 now before it is used.
 Pointed out by hannken.
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.529 -r1.530 src/sys/kern/kern_exec.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