mirror of
git://git.git.savannah.gnu.org/grub.git
synced 2026-08-19 06:56:15 +00:00
342d6edb97
lexer calls yylex_fatal on fatal internal errors. yylex_fatal itself is declared as noreturn and calls exit. Returning from noreturn function has unpredictable consequences.