Notes of Software Engineer
Records of adventures called programming. For the future me.
Tuesday, November 8, 2011
Next great tool from Google to you
Address Sanitizer
(aka ASan)
http://code.google.com/p/address-sanitizer/
Address Sanitizer is a memory error detector for C/C++. It finds:
Use after free
Out-of-bounds accesses to
heap
stack
globals
Use after return
I hope to extend this note with some examples.
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment