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
Hello, thank you for your contribution in this project, I an testing our static analysis tool in github's Rust project and I notice the following code:
I think there is a unsound problem because this function doesn't varify the entry_addr is valid and pass it to asm. It will trigger UB. Although it is a private function, I notice a possible way to call this function from a pub function start_kernel.
Hello, thank you for your contribution in this project, I an testing our static analysis tool in github's Rust project and I notice the following code:
I think there is a unsound problem because this function doesn't varify the
entry_addr
is valid and pass it to asm. It will trigger UB. Although it is a private function, I notice a possible way to call this function from a pub functionstart_kernel
.The text was updated successfully, but these errors were encountered: