Closed jorgecarleitao closed 1 year ago
Well it seems that due to from_raw_parts() and read_unaligned() calls, we still have some unsafe code.
from_raw_parts()
read_unaligned()
Well it seems that due to
from_raw_parts()
andread_unaligned()
calls, we still have some unsafe code.