Skip to content
  • Nick Wellnhofer's avatar
    Fix NULL deref in xmlParseExternalEntityPrivate · 3eef3f39
    Nick Wellnhofer authored
    If called from xmlParseExternalEntity, oldctxt is NULL which leads to
    a NULL deref if an error occurs. This only affects external code that
    calls xmlParseExternalEntity.
    
    Patch from David Kilzer with minor changes.
    
    Fixes bug 780159.
    3eef3f39