8000 MSan should also be mentioned amongst sanitizers. · windoro/cppbestpractices@57b7ffc · GitHub
[go: up one dir, main page]

Skip to content

Commit 57b7ffc

Browse files
committed
MSan should also be mentioned amongst sanitizers.
1 parent 3daabe5 commit 57b7ffc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

02-Use_the_Tools_Available.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,7 @@ Similar to Valgrind. http://www.drmemory.org
206206
These tools provide many of the same features as Valgrind, but built into the compiler. They are easy to use and provide a report of what went wrong.
207207

208208
* AddressSanitizer
209+
* MemorySanitizer
209210
* ThreadSanitizer
210211
* UndefinedBehaviorSanitizer
211212

0 commit comments

Comments
 (0)
0