Skip to content

jaredthecoder/debugging_c_notes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Debugging Notes

ThreadSanitizer:

  • Compile with gcc -fsanitize=thread -pie -fPIE -g test.c

Memory leaks or use after free:

  • Can use Valgrind or Google's sanitizers

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published