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
It is not a good choice to mark the entire function body as unsafe, which will make the caller ignore the safety requirements that the function parameters must guarantee.
Marking them unsafe also means that callers must make sure they know what they're doing.
The text was updated successfully, but these errors were encountered:
Hello, I found a soundness issue in this crate.
bkernel/stm32f4/nvic.rs
Lines 113 to 130 in 521e100
It is not a good choice to mark the entire function body as unsafe, which will make the caller ignore the safety requirements that the function parameters must guarantee.
Marking them unsafe also means that callers must make sure they know what they're doing.
The text was updated successfully, but these errors were encountered: