rhboot / fwupdate

System firmware update support for UEFI machines
99 stars 47 forks source link

Fix capsule_image_size calculation in header (Fixes: #79) #98

Closed superm1 closed 6 years ago

superm1 commented 6 years ago

It should be the combination of: the capsule header the UX header the size of the image file not some arbitrary 26 bytes header of the bmp.

vathpela commented 6 years ago

Thanks, looks good and I've pushed it to master.