Comment #11 on issue 108 by [email protected]: asan should intercept printf family of functions and report unaddressable accesses to params
http://code.google.com/p/address-sanitizer/issues/detail?id=108

So far we've been adding w* interceptors lazily to support msan on the software we cared about. (e.g. we already have wcslen, mbstowcs and a few others) I wish we could come up with some better idea for catching bugs in those functions
other than writing 100500 interceptors.
Maybe rebuild part of libc with instrumentation?
Ahh. Let's keep this bug about regular printf only.

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups 
"address-sanitizer" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to