strongswan/src/starter/parser
Tobias Brunner c13a1c2829 Don't report current text in parser error messages
The values of `yytext` and `yyleng` might not be properly defined when
the error function is called (in particular if the lexer reached EOF).
While this might just cause non-printable characters in the output, it
could actually lead to a crash depending on where `yytext` points.

Closes strongswan/strongswan#346.
2021-05-11 10:08:58 +02:00
..
conf_parser.c Unify format of HSR copyright statements 2018-05-23 16:32:53 +02:00
conf_parser.h Unify format of HSR copyright statements 2018-05-23 16:32:53 +02:00
lexer.l Replace two deprecated parser generator directives 2020-12-15 10:42:43 +01:00
parser.y Don't report current text in parser error messages 2021-05-11 10:08:58 +02:00