Yoav Etsion <[EMAIL PROTECTED]> writes: > The transformation is simple: mudflap already injects a call to > __mf_register when an addressable variable is declared. I want to do > the same for all pointer variables [...]
Why? If those pointers are not themselves taken address of, what kind access to the pointer value is worth checking? - FChE