Skip to content

Commit 95e7a16

Browse files
authored
Add control flow guard
1 parent 201cc6d commit 95e7a16

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

02-Use_the_Tools_Available.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -263,6 +263,10 @@ Both of these tools use coverage reporting to find new code execution paths and
263263
* [LibFuzzer](http://llvm.org/docs/LibFuzzer.html)
264264
* [KLEE](http://klee.github.io/) - Can be used to fuzz individual functions
265265

266+
### Control Flow Guard
267+
268+
MSVC's [Control Flow Guard](https://msdn.microsoft.com/en-us/library/windows/desktop/mt637065%28v=vs.85%29.aspx?f=255&MSPPError=-2147217396) adds high performance runtime security checks.
269+
266270
## Ignoring Warnings
267271

268272
If it is determined by team consensus that the compiler or analyzer is warning on something that is either incorrect or unavoidable, the team will disable the specific error to as localized part of the code as possible.

0 commit comments

Comments
 (0)