Comment #5 on issue 269 by [email protected]: comparison and difference on unrelated pointers
http://code.google.com/p/address-sanitizer/issues/detail?id=269

The false positives you describe are equally bad under asan's stack-use-after-return checker and I am not afraid of them. They are rare, and could be suppressed by
__attribute__((no_sanitize_address)).

What I am afraid of is *true* positives that users will not want to fix,
e.g. std::set<void *> or some such.

--
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