rhboot / fwupdate

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

libfwup: Fix type of argument in efidp_format_device_path function #135

Closed nhivp closed 4 years ago

nhivp commented 4 years ago

Currently, the efivar have changed the type of 'path' argument in function 'efidp_format_device_path' from 'char ' to 'unsigned char '. It caused failure in compiling. This patch is intended to fix it.

Signed-off-by: Nhi Pham npham@amperecomputing.com

superm1 commented 4 years ago

If this was caused by a change in efivar then I think this needs to have a version check for which efivar you're compiling against, no?