mirror of
				https://git.proxmox.com/git/grub2
				synced 2025-10-31 18:58:27 +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. | ||
|---|---|---|
| .. | ||
| argv.c | ||
| execute.c | ||
| function.c | ||
| lexer.c | ||
| main.c | ||
| parser.y | ||
| script.c | ||
| yylex.l | ||