Date: Tue, 13 Oct 2015 17:01:14 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 203704] [patch] makefs(8) does not initialize fs_providersize for UFS Message-ID: <bug-203704-8-QMIRVctlMP@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-203704-8@https.bugs.freebsd.org/bugzilla/> References: <bug-203704-8@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=203704 --- Comment #3 from commit-hook@freebsd.org --- A commit references this bug: Author: sbruno Date: Tue Oct 13 17:00:14 UTC 2015 New revision: 289225 URL: https://svnweb.freebsd.org/changeset/base/289225 Log: makefs(8) leaves sblock.fs_providersize uninitialized (zero) that can be easily checked with dumpfs(8). This may lead to other problems, f.e. geom_label kernel module sanity checks do not like zero fs_old_size value and skips such UFS1 file system while tasting (fs_old_size derives from sblock.fs_providersize). PR: 203704 Submitted by: eugen@grosbein.net Reviewed by: marcel Changes: head/usr.sbin/makefs/ffs/mkfs.c -- You are receiving this mail because: You are the assignee for the bug.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-203704-8-QMIRVctlMP>