From: Petr Skocik Date: Thu, 20 Apr 2017 15:53:25 +0000 (+0200) Subject: fix documentation issue #184 X-Git-Tag: 1.0~39^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4e4352a98cf11178e78287b85cdec472ca28c075;p=re2c fix documentation issue #184 --- diff --git a/re2c/bootstrap/doc/re2c.1 b/re2c/bootstrap/doc/re2c.1 index 4cf3c5d7..469d1ab3 100644 --- a/re2c/bootstrap/doc/re2c.1 +++ b/re2c/bootstrap/doc/re2c.1 @@ -542,8 +542,8 @@ If set to zero, a decimal table will be used. Otherwise, a hexadecimal table wil .TP .B \fBre2c:yyfill:enable = 1;\fP Set this to zero to suppress the generation of \fBYYFILL (n)\fP\&. When using this, be sure to verify that the generated -scanner does not read behind the end of your input, allowing such behavior might -introduce several security issues to your program. +scanner does not read beyond the available input, as allowing such behavior might +introduce severe security issues to your programs. .TP .B \fBre2c:yyfill:check = 1;\fP This can be set to 0 to suppress the generations of @@ -1034,6 +1034,6 @@ Emmanuel Mogenet \fI\%mgix@mgix.com\fP Ulya Trofimovich \fI\%skvadrik@gmail.com\fP .SH VERSION INFORMATION .sp -This manpage describes \fBre2c\fP version 0.16, package date 10 Apr 2017. +This manpage describes \fBre2c\fP version 0.16, package date 20 Apr 2017. .\" Generated by docutils manpage writer. . diff --git a/re2c/doc/manual/syntax/configurations.rst_ b/re2c/doc/manual/syntax/configurations.rst_ index db3abb8a..3acb783e 100644 --- a/re2c/doc/manual/syntax/configurations.rst_ +++ b/re2c/doc/manual/syntax/configurations.rst_ @@ -51,8 +51,8 @@ ``re2c:yyfill:enable = 1;`` Set this to zero to suppress the generation of ``YYFILL (n)``. When using this, be sure to verify that the generated - scanner does not read behind the end of your input, allowing such behavior might - introduce several security issues to your program. + scanner does not read beyond the available input, as allowing such behavior might + introduce severe security issues to your programs. ``re2c:yyfill:check = 1;`` This can be set to 0 to suppress the generations of