[DTrace-devel] [PATCH] vars; ensure 'cwd' and 'root' work and test other inline vars

Kris Van Hees kris.van.hees at oracle.com
Wed Aug 6 23:33:42 UTC 2025


On Wed, Aug 06, 2025 at 07:22:17PM -0400, Eugene Loh wrote:
> Reviewed-by: Eugene Loh <eugene.loh at oracle.com>
> Should an Orabug: be included?  (maybe not... figured I'd ask)
> Also...
> 
> On 8/6/25 18:25, Kris Van Hees wrote:
> > +	/*
> > +	 * Copy the result into dnp (register value and tstring).  We need to
> > +	 * clear the tstring from tnp once we move it to dnp.
> > +	 */
> >   	dnp->dn_reg = inp->din_root->dn_reg;
> > +	dnp->dn_tstring = inp->din_root->dn_tstring;
> > +	inp->din_root->dn_tstring;
> 
> That last line should be removed?

Woops, that ought to be = NULL;  Will fix and send v2.



More information about the DTrace-devel mailing list