Module Name: src
Committed By: rillig
Date: Sun Sep 29 13:16:57 UTC 2024
Modified Files:
src/usr.bin/xlint/lint1: err.c
Log Message:
lint: only skip assertion failure in fuzzing mode
Skipping the assertion message after seeing a syntax error in the parser
was surprising, as there was no information about the assertion that
failed.
To generate a diff of this commit:
cvs rdiff -u -r1.248 -r1.249 src/usr.bin/xlint/lint1/err.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.