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
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)
The text was updated successfully, but these errors were encountered:
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)
The text was updated successfully, but these errors were encountered: