Since we support it, we could add "-Z", "stack-protector=all", to .cargo/config.toml to get stack-smash protection (and kind of stack overflow protection in our case). Probably with a hint like we use for forcing stack frames.
Otherwise, the feature is quite hard to discover (but will be mentioned in no-std training in a future PR)
Since we support it, we could add
"-Z", "stack-protector=all",
to.cargo/config.toml
to get stack-smash protection (and kind of stack overflow protection in our case). Probably with a hint like we use for forcing stack frames.Otherwise, the feature is quite hard to discover (but will be mentioned in no-std training in a future PR)