An open API service indexing awesome lists of open source software.

https://github.com/jaredthecoder/debugging_c_notes


https://github.com/jaredthecoder/debugging_c_notes

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

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