• Show log

    Commit

  • Hash : 74aa61e0
    Author : Nick Wellnhofer
    Date : 2023-01-22T13:09:03

    parser: Halt parser on DTD errors
    
    If we try to continue parsing after an error in the internal or external
    subset, entity expansion accounting gets more complicated. Simply halt
    the parser.
    
    Found with libFuzzer.