NetBSD-Bugs archive

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

PR/57698 CVS commit: [netbsd-10] src/usr.sbin/sysinst



The following reply was made to PR port-sparc/57698; it has been noted by GNATS.

From: "Manuel Bouyer" <bouyer%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/57698 CVS commit: [netbsd-10] src/usr.sbin/sysinst
Date: Sun, 26 Nov 2023 12:53:08 +0000

 Module Name:	src
 Committed By:	bouyer
 Date:		Sun Nov 26 12:53:08 UTC 2023
 
 Modified Files:
 	src/usr.sbin/sysinst [netbsd-10]: partman.c
 
 Log Message:
 Pull up following revision(s) (requested by martin in ticket #474):
 	usr.sbin/sysinst/partman.c: revision 1.57
 PR 57698: avoid a few potential sysinst crashes in environments where
 not all binaries are available - e.g. w/o cgdconfig(8) the "cgds" pointer
 would be NULL (as there can't be any) and we crashed when naively
 dereferencing it.
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.56 -r1.56.2.1 src/usr.sbin/sysinst/partman.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