strongswan/src/starter
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
..
parser Don't report current text in parser error messages 2021-05-11 10:08:58 +02:00
tests Unify format of HSR copyright statements 2018-05-23 16:32:53 +02:00
.gitignore Ignore verbose parser generator output file more generally 2020-12-15 10:42:43 +01:00
Android.mk starter: Remove IPsec stack detection 2019-05-07 11:13:03 +02:00
Makefile.am Fix issue with $< automatic variable on FreeBSD 2019-08-27 18:12:28 +02:00
args.c Unify format of HSR copyright statements 2018-05-23 16:32:53 +02:00
args.h Unify format of HSR copyright statements 2018-05-23 16:32:53 +02:00
cmp.c starter: Fix mark_out.mask in starter_cmp_conn() 2015-01-12 11:17:12 +01:00
cmp.h starter: Removed all unsupported keywords. 2012-06-11 17:33:32 +02:00
confread.c ipsec-types: Restrict the use of %unique and other keywords when parsing marks 2018-08-31 12:26:40 +02:00
confread.h Spelling fixes 2020-02-11 18:23:07 +01:00
files.h starter: Remove IPsec stack detection 2019-05-07 11:13:03 +02:00
invokecharon.c Unify format of HSR copyright statements 2018-05-23 16:32:53 +02:00
invokecharon.h Unify format of HSR copyright statements 2018-05-23 16:32:53 +02:00
ipsec.conf Removed deprecated options from ipsec.conf template 2012-08-24 11:52:01 +02:00
ipsec.secrets starter: Install an empty ipsec.secrets file 2016-10-04 10:13:32 +02:00
keywords.h.in Unify format of HSR copyright statements 2018-05-23 16:32:53 +02:00
keywords.txt Unify format of HSR copyright statements 2018-05-23 16:32:53 +02:00
starter.c starter: Avoid hiding global variable when checking PID file 2020-01-28 15:29:40 +01:00
starterstroke.c Unify format of HSR copyright statements 2018-05-23 16:32:53 +02:00
starterstroke.h Unify format of HSR copyright statements 2018-05-23 16:32:53 +02:00
y.output Fixed bug at checking error code from file stat 2011-11-28 15:02:49 +01:00