Version 1
Technicaltalk: ASAN - Google's memory checker
The less slow memory checker
AddressSanitizer (aka ASan) is a memory error detector for C/C++. In this talk we will present a few use cases and will compare it against valgrind.
AddressSanitizer (aka ASan) is a memory error detector for C/C++. It finds:
* Use after free (dangling pointer dereference)
* Heap buffer overflow
* Stack buffer overflow
* Global buffer overflow
* Use after return
* Initialization order bugs
And it's *fast* so knowing how to use it can be crucial to finding that elusive crasher.
Info
Day:
2014-09-07
Start time:
14:30
Duration:
00:25
Track:
Technical Talk (30 min)
Links
Files
Feedback
Click here to let us know how you liked this event.
Speakers
Albert Astals Cid |