* grub-core/commands/verify.c: Save verified file to avoid it being
tampered with after verification was done.
This commit is contained in:
parent
db8ff59f61
commit
1a78d573c7
3 changed files with 88 additions and 17 deletions
|
@ -481,4 +481,6 @@ void EXPORT_FUNC(grub_real_boot_time) (const char *file,
|
|||
#define grub_max(a, b) (((a) > (b)) ? (a) : (b))
|
||||
#define grub_min(a, b) (((a) < (b)) ? (a) : (b))
|
||||
|
||||
#define GRUB_CHAR_BIT 8
|
||||
|
||||
#endif /* ! GRUB_MISC_HEADER */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue