SECURITY UPDATE: Integer overflows with XMLPARSEHUGE
debian/patches/CVE-2022-40303.patch: Impose size limits when
XMLPARSEHUGE is set and add length checks to core parser functions
CVE-2022-40303
SECURITY UPDATE: Dict corruption caused by entity reference cycles
debian/patches/CVE-2022-40304.patch: Stop storing entity content, orig,
ExternalID and SystemID in a dict since these values are unlikely to
occur multiple times in a document, so they shouldn't have been stored
in a dict in the first place