NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
PR/57698 CVS commit: src/usr.sbin/sysinst
The following reply was made to PR port-sparc/57698; it has been noted by GNATS.
From: "Martin Husemann" <martin%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc:
Subject: PR/57698 CVS commit: src/usr.sbin/sysinst
Date: Sat, 25 Nov 2023 19:43:26 +0000
Module Name: src
Committed By: martin
Date: Sat Nov 25 19:43:26 UTC 2023
Modified Files:
src/usr.sbin/sysinst: partman.c
Log Message:
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.57 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