@@ -, +, @@ src/lib/krb5/krb/deltat.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) --- a/src/lib/krb5/krb/deltat.c +++ a/src/lib/krb5/krb/deltat.c @@ -1195,7 +1195,7 @@ yyparse () int yychar; /* The semantic value of the lookahead symbol. */ -YYSTYPE yylval; +YYSTYPE yylval = { .val = 0 }; /* Number of syntax errors so far. */ int yynerrs;