You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
add_prop_array doesn't have any checks that the data is Big Endian. FDT requires that data is BE. Current usage kind of gets away with it, as we pass empty ranges or just u8 unformed entropy data.
Perhaps we should use zerocopy BE byte types for add_prop_array and also perhaps prop_array_iter?
The text was updated successfully, but these errors were encountered:
add_prop_array
doesn't have any checks that the data is Big Endian. FDT requires that data is BE. Current usage kind of gets away with it, as we pass empty ranges or just u8 unformed entropy data.Perhaps we should use zerocopy BE byte types for
add_prop_array
and also perhapsprop_array_iter
?The text was updated successfully, but these errors were encountered: