rust/src/test/assembly/stack-protector
Nikita Popov ebc8ab1e4e Fix stack protector basic test
This is a >= condition, so we need a maximum size of 7 to not
create a stack protector in basic mode.

The reason this still worked is that the alloca type was converted
into an integer (rather than an array). The way these heuristics
are implemented in LLVM is rather questionable and not resilient
to optimization.
2022-05-25 17:29:37 +02:00
..
stack-protector-heuristics-effect.rs Fix stack protector basic test 2022-05-25 17:29:37 +02:00
stack-protector-target-support.rs add rustc option for using LLVM stack smash protection 2021-11-22 20:06:22 +01:00