Skip to content

Small documentation issue #184

@pmetzger

Description

@pmetzger

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions