Skip to content

Commit dcfd0bd

Browse files
author
Ariel Ben-Yehuda
committed
similar security guarnatees rather than exactly
1 parent 3c2ad6c commit dcfd0bd

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
@@ -286,7 +286,7 @@ impl CodegenBackend for LlvmCodegenBackend {
286286
can prove these functions can't be the source of a stack
287287
buffer overflow (even in the presence of undefined behavior).
288288
289-
This provides the same security guarantees as Clang's
289+
This provides similar security guarantees to Clang's
290290
`-fstack-protector=strong`.
291291
292292
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
@@ -686,7 +686,7 @@ Supported values for this option are:
686686
can prove these functions can't be the source of a stack
687687
buffer overflow (even in the presence of undefined behavior).
688688

689-
This provides the same security guarantees as Clang's
689+
This provides similar security guarantees to Clang's
690690
`-fstack-protector=strong`.
691691

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

0 commit comments

Comments
 (0)