From 5e716711e0a681b5cec38032751add67827767a6 Mon Sep 17 00:00:00 2001 From: Apple Date: Tue, 22 Aug 2017 18:33:37 +0000 Subject: [PATCH] hfs-366.70.1.tar.gz --- core/hfs_attrlist.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/core/hfs_attrlist.c b/core/hfs_attrlist.c index c6ae99f..40dced0 100644 --- a/core/hfs_attrlist.c +++ b/core/hfs_attrlist.c @@ -1128,7 +1128,9 @@ hfs_attrblksize(struct attrlist *attrlist) hfs_assert((attrlist->fileattr & ~ATTR_FILE_VALIDMASK) == 0); - hfs_assert((attrlist->forkattr & ~ATTR_FORK_VALIDMASK) == 0); + // disable this for build machines + // it's not useful and will break every time we add new _CMNEXT_ bits + // hfs_assert((attrlist->forkattr & ~ATTR_FORK_VALIDMASK) == 0); size = 0; -- 2.45.2