Stack smash protection(ssp) is a requirement for many products in actual production environments. Although Rust is known for its memory safety, Rust's unsafe code may still cause stack smash risks. In ...