grub2/grub-core/script
Glenn Washburn 60875f4e15 misc: Format string for grub_error() should be a literal
Signed-off-by: Glenn Washburn <development@efficientek.com>
Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>
2021-03-10 14:50:44 +01:00
..
argv.c malloc: Use overflow checking primitives where we do complex allocations 2020-07-29 16:55:47 +02:00
execute.c script/execute: Don't crash on a "for" loop with no items 2021-03-02 15:54:17 +01:00
function.c script: Avoid a use-after-free when redefining a function during execution 2020-07-29 16:55:48 +02:00
lexer.c misc: Format string for grub_error() should be a literal 2021-03-10 14:50:44 +01:00
main.c Remove nested functions from script reading and parsing. 2013-01-15 12:03:25 +00:00
parser.y script: Do not allow a delimiter between function name and block start 2020-09-18 22:31:30 +02:00
script.c Remove nested functions from script reading and parsing. 2013-01-15 12:03:25 +00:00
yylex.l yylex: Make lexer fatal errors actually be fatal 2020-07-29 16:55:47 +02:00