From: Apple Date: Tue, 22 Aug 2017 18:33:37 +0000 (+0000) Subject: hfs-366.70.1.tar.gz X-Git-Tag: macos-10126^0 X-Git-Url: https://git.saurik.com/apple/hfs.git/commitdiff_plain/5e716711e0a681b5cec38032751add67827767a6?ds=inline hfs-366.70.1.tar.gz --- 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;