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

Eugene Loh eugene.loh at oracle.com
Wed Aug 6 23:22:17 UTC 2025


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?



More information about the DTrace-devel mailing list