-
Notifications
You must be signed in to change notification settings - Fork 187
Closed
Description
In the man page:
re2c:yyfill:enable = 1; Set this to zero to suppress generation of YYFILL (n). When using this be sure to verify that the generated scanner does not read behind input. Allowing this behavior might introduce sever security issues to you programs.
You probably want this to read:
Set this to zero to suppress generation of YYFILL (n). When using this**,** be sure to verify that the generated scanner does not read **beyond** the **available** input. Allowing this behavior might introduce **severe** security issues to **your** programs.
Metadata
Metadata
Assignees
Labels
No labels