Date: Mon, 18 Mar 2019 19:27:01 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 194703] makefs has trouble with nlink,time attributes from MANIFEST files Message-ID: <bug-194703-227-7ECdUG4CaE@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-194703-227@https.bugs.freebsd.org/bugzilla/> References: <bug-194703-227@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=3D194703 --- Comment #6 from commit-hook@freebsd.org --- A commit references this bug: Author: emaste Date: Mon Mar 18 19:26:36 UTC 2019 New revision: 345281 URL: https://svnweb.freebsd.org/changeset/base/345281 Log: makefs: Fix "time" mtree attribute handling When processing mtree(5) MANIFEST files, makefs(8) previously threw an error if it encountered an entry whose "time" attribute contained a non-zero subsecond component (e.g. time=3D1551620152.987220000). Update the handling logic to properly assign the subsecond component if built with nanosecond support, or silently discard it otherwise. Also, re-enable the time attribute for the kyua tests. PR: 194703 Submitted by: Mitchell Horne <mhorne063@gmail.com> Differential Revision: https://reviews.freebsd.org/D19627 Changes: head/usr.sbin/makefs/mtree.c head/usr.sbin/makefs/tests/makefs_tests_common.sh --=20 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-194703-227-7ECdUG4CaE>