Commit 59b33661784359c6d3a8309ddbd2129fb2688548

Nick Wellnhofer 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.