• Show log

    Commit

  • Hash : 59b33661
    Author : Nick Wellnhofer
    Date : 2022-12-27T14:15:51

    error: Limit number of parser errors
    
    Reporting errors is expensive and some abusive test cases can generate
    an error for each invalid input byte. This causes the parser to spend
    most of the time with error handling. Limit the number of errors and
    warnings to 100.