Skip to content
  • Nick Wellnhofer's avatar
    Propagate error in xmlParseElementChildrenContentDeclPriv · babe7503
    Nick Wellnhofer authored
    Check return value of recursive calls to
    xmlParseElementChildrenContentDeclPriv and return immediately in case
    of errors. Otherwise, struct xmlElementContent could contain unexpected
    null pointers, leading to a null deref when post-validating documents
    which aren't well-formed and parsed in recovery mode.
    
    Fixes #243.
    babe7503