Pointer chain paranoia

Roland McGrath roland@redhat.com
Wed Nov 15 10:06:00 GMT 2006


> Are pointer chain references in the regular stap language (not embedded
> C) always safe?  In other words, if I use something of the form
> $ptr1->ptr2->ptr3->var, does stap automatically convert that to the
> needed deref() macros?

Yes, all generated references use the macro (that's why it exists).



More information about the Systemtap mailing list