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
The unsafe function called do_find() needs to meet the corresponding safety requirements of the parameters, and the developer who calls the find() function may not notice this safety requirement.
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.
algorithm/src/ll/kth2tail.rs
Lines 9 to 11 in a836b53
The unsafe function called do_find() needs to meet the corresponding safety requirements of the parameters, and the developer who calls the find() function may not notice this safety requirement.
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: