rust-osdev/uefi-rs

TryFrom conversion from DevicePathNode to specific node types is wrong; not checking the device type/subtype

Closed this issue · 0 comments

Check is missing here:

pub fn gen_packed_struct_try_from_impl(&self) -> TokenStream {

Thanks @jefferymiller for catching this.