Re: [PATCH 3/3] module: Add compile-time check for embedded NUL characters

From: Dan Carpenter

Date: Fri Dec 19 2025 - 07:45:48 EST


On Fri, Dec 12, 2025 at 02:30:48AM +0900, Daniel Gomez wrote:
> Maybe the flag fix just needs to be applied to the evaluation? Other op
> structs do the same. But Dan's patch did not implement evaluate. E.g.:
>
> static struct symbol_op constant_p_op = {
> .evaluate = evaluate_to_int_const_expr,
> .expand = expand_constant_p
> };
>

I was waiting for you to send this as a patch. I can do it if you
need me to.

regards,
dan carpenter