[DTrace-devel] [PATCH v2 03/04] rawtp: report lockmem issues when determining rawtp argument count

Nick Alcock nick.alcock at oracle.com
Thu Nov 30 18:45:32 UTC 2023


On 30 Nov 2023, Kris Van Hees via DTrace-devel uttered the following:

> On Thu, Nov 30, 2023 at 10:59:06AM -0500, Kris Van Hees via DTrace-devel wrote:
>> +	if (err == EDT_BPF)
>> +		(yypcb->pcb_jmpbuf, err);
>
> Err, this is supposed to be:
> 		lomgjmp(yypcb->pcb_jmpbuf, err);

I thought so :) Given that,

Reviewed-by: Nick Alcock <nick.alcock at oracle.com>

This is why code with no tests is evil!

-- 
NULL && (void)



More information about the DTrace-devel mailing list