Add missing initializers to silence suprious warnings.
This commit is contained in:
parent
d47e8ab4b9
commit
ed07b7e128
3 changed files with 6 additions and 6 deletions
|
@ -454,7 +454,7 @@ grub_verify_signature_real (char *buf, grub_size_t size,
|
|||
grub_err_t err;
|
||||
grub_size_t i;
|
||||
gcry_mpi_t mpis[10];
|
||||
grub_uint8_t type;
|
||||
grub_uint8_t type = 0;
|
||||
|
||||
err = read_packet_header (sig, &type, &len);
|
||||
if (err)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue