This website requires JavaScript.
Explore
Help
Register
Sign In
tablet
/
grub
Watch
1
Star
0
Fork
0
You've already forked grub
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
grub
/
grub-core
/
script
History
Daniel Axtens
41ae93b2e6
script/execute: Fix NULL dereference in grub_script_execute_cmdline()
...
Signed-off-by: Daniel Axtens <dja@axtens.net> Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>
2021-03-02 15:54:17 +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: Fix NULL dereference in grub_script_execute_cmdline()
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
lexer: char const * should be const char *
2020-09-18 22:31:30 +02: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