8000 Merge pull request #57 from horenmar/mention-memory-sanitizer · windoro/cppbestpractices@dc247ae · GitHub
[go: up one dir, main page]

Skip to content

Commit dc247ae

Browse files
authored
Merge pull request cpp-best-practices#57 from horenmar/mention-memory-sanitizer
MSan should also be mentioned amongst sanitizers.
2 parents 3daabe5 + 57b7ffc commit dc247ae

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