NetBSD-Bugs archive

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

PR/53220 CVS commit: src/usr.sbin/sysinst



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

From: "Robert Elz" <kre%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/53220 CVS commit: src/usr.sbin/sysinst
Date: Tue, 1 May 2018 21:26:41 +0000

 Module Name:	src
 Committed By:	kre
 Date:		Tue May  1 21:26:41 UTC 2018
 
 Modified Files:
 	src/usr.sbin/sysinst: partman.c
 
 Log Message:
 PR install/53220
 
 Don't call pm_lvm_find() unless have_lvm
 
 pm_lvm_find() assumes that data structs (lvms) has been allocated
 for it to use, which doesn't happen if !have_lvm
 
 This avoids a sysinst core dump when the lvm command is not installed
 (such as when installing from the embedded RAM root filesys in an
 INSTALL kernel.)
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.19 -r1.20 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