Re: [PATCH] vars; ensure 'cwd' and 'root' work and test other inline vars
Kris Van Hees <[email protected]>
| Newsgroups | dev.linux.lists.dtrace |
|---|---|
| Message-ID | <[email protected]> |
On Wed, Aug 06, 2025 at 07:22:17PM -0400, Eugene Loh wrote: > Reviewed-by: Eugene Loh <[email protected]> > 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.