In StructElement::parseChild there is an inverted test from commit 9773c153: Object mcidObj = childObj->dictLookup("MCID"); if (mcidObj.isInt()) { error(errSyntaxError, -1, "MCID object is wrong type ({0:s})", mcidObj.getTypeName()); return NULL; }
The first patch in bug 103912 fixes this.
I've commited only that very first fix since bug 103912 contains lots of stuff and some of it is still unreviewed/uncommited.
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.