Message2636

Author matthiaskrgr
Recipients
Date 2013-11-21.08:36:59
Content
From the gcc website:
"AddressSanitizer , a fast memory error detector, has been added and can be
enabled via -fsanitize=address. Memory access instructions will be instrumented
to detect heap-, stack-, and global-buffer overflow as well as use-after-free
bugs. To get nicer stacktraces, use -fno-omit-frame-pointer. The
AddressSanitizer is available on IA-32/x86-64/x32/PowerPC/PowerPC64 GNU/Linux
and on x86-64 Darwin."
History
Date User Action Args
2013-11-21 08:37:00matthiaskrgrsetmessageid: <1385023020.34.0.181675192965.issue687@freedroid.org>
2013-11-21 08:37:00matthiaskrgrlinkissue687 messages
2013-11-21 08:36:59matthiaskrgrcreate