Comment #7 on issue 321 by [email protected]: CHECK failed: ... "((trace)) != (0)" (0x0, 0x0)
http://code.google.com/p/address-sanitizer/issues/detail?id=321

Is it possible to store the stack ID somewhere else?
We can use allocator's metadata (currently, not used in asan at all),
but it will consume extra RAM == bad.




1. Upon INTERCEPTOR(fname) entry, copy the chunk header of every pointer that fname() can potentially overwrite

Too expensive.
You will have to check if this is a heap (what if not?)
then if it is small heap or larger, then get the header.

--
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/d/optout.

Reply via email to