grub/grub-core/script
Vladimir Serbinenko 342d6edb97 yylex: use grub_fatal for exit.
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.
2016-02-12 12:34:54 +01:00
..
argv.c * grub-core/script/argv.c (grub_script_argv_split_append): Skip leading 2012-03-19 13:29:43 +01:00
execute.c script: fix memory leak 2016-01-12 22:50:30 +03:00
function.c Improve string. Gettextize. 2012-02-12 15:25:25 +01:00
lexer.c grub_script_lexer_yywrap: Update len synchronously with line. 2015-01-21 17:38:01 +01:00
main.c Remove nested functions from script reading and parsing. 2013-01-15 12:03:25 +00:00
parser.y Remove pragmas related to -Wunreachable-code 2016-01-20 15:56:55 +00:00
script.c Remove nested functions from script reading and parsing. 2013-01-15 12:03:25 +00:00
yylex.l yylex: use grub_fatal for exit. 2016-02-12 12:34:54 +01:00