[Bug 194703] makefs has trouble with nlink,time attributes from MANIFEST files

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Mar 18 19:27:04 UTC 2019


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194703

--- Comment #6 from commit-hook at 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=1551620152.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 at 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

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-bugs mailing list