* grub-core/commands/verify.c: Save verified file to avoid it being

tampered with after verification was done.
This commit is contained in:
Vladimir 'phcoder' Serbinenko 2013-04-03 17:32:33 +02:00
parent db8ff59f61
commit 1a78d573c7
3 changed files with 88 additions and 17 deletions

View file

@ -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 */