strongswan/src/libstrongswan/settings
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
..
settings.c settings: Use strtoul(3) for settings to int conversion 2020-03-26 15:26:59 +01:00
settings.h settings: Add reference feature 2018-06-27 14:19:35 +02:00
settings_lexer.l Replace two deprecated parser generator directives 2020-12-15 10:42:43 +01:00
settings_parser.y Don't report current text in parser error messages 2021-05-11 10:08:58 +02:00
settings_types.c settings: Add reference feature 2018-06-27 14:19:35 +02:00
settings_types.h settings: Add reference feature 2018-06-27 14:19:35 +02:00