NetBSD-Bugs archive

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

PR/53220 CVS commit: [netbsd-8] src/usr.sbin/sysinst



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

From: "Soren Jacobsen" <snj%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/53220 CVS commit: [netbsd-8] src/usr.sbin/sysinst
Date: Mon, 7 May 2018 04:06:31 +0000

 Module Name:	src
 Committed By:	snj
 Date:		Mon May  7 04:06:31 UTC 2018
 
 Modified Files:
 	src/usr.sbin/sysinst [netbsd-8]: partman.c
 
 Log Message:
 Pull up following revision(s) (requested by kre in ticket #801):
 	usr.sbin/sysinst/partman.c: 1.20-1.21
 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.)
 --
 Change return type of pm_lvm_find() from int to void.
 It always returns (returned) 0 which was ignored by the one call.
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.15.6.2 -r1.15.6.3 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