Skip to content

Commit b4eba06

Browse files
author
Ariel Ben-Yehuda
committed
similar security guarnatees rather than exactly
1 parent efdfd8d commit b4eba06

File tree

2 files changed

+2
-2
lines changed
  • compiler/rustc_codegen_llvm/src
  • src/doc/rustc/src/codegen-options

2 files changed

+2
-2
lines changed

compiler/rustc_codegen_llvm/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ impl CodegenBackend for LlvmCodegenBackend {
283283
can prove these functions can't be the source of a stack
284284
buffer overflow (even in the presence of undefined behavior).
285285
286-
This provides the same security guarantees as Clang's
286+
This provides similar security guarantees to Clang's
287287
`-fstack-protector=strong`.
288288
289289
The exact rules are unstable and subject to change, but

src/doc/rustc/src/codegen-options/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -709,7 +709,7 @@ Supported values for this option are:
709709
can prove these functions can't be the source of a stack
710710
buffer overflow (even in the presence of undefined behavior).
711711

712-
This provides the same security guarantees as Clang's
712+
This provides similar security guarantees to Clang's
713713
`-fstack-protector=strong`.
714714

715715
The exact rules are unstable and subject to change, but

0 commit comments

Comments
 (0)