[Poppler-bugs] [Bug 104202] New: MCID object is wrong type (integer)
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Mon Dec 11 00:19:54 UTC 2017
https://bugs.freedesktop.org/show_bug.cgi?id=104202
Bug ID: 104202
Summary: MCID object is wrong type (integer)
Product: poppler
Version: unspecified
Hardware: Other
OS: All
Status: NEW
Severity: normal
Priority: medium
Component: general
Assignee: poppler-bugs at lists.freedesktop.org
Reporter: novalazy+freedesktop at gmail.com
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;
}
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/poppler-bugs/attachments/20171211/b6d7602f/attachment.html>
More information about the Poppler-bugs
mailing list