Acked-by: Chengwen Feng <[email protected]>

On 7/23/2025 9:31 PM, David Marchand wrote:
> Doing arithmetic with the NULL pointer is undefined.
> 
> Caught by UBSan:
> 
> ../app/test/test_tailq.c:111:9: runtime error:
>       member access within null pointer of type 'struct rte_tailq_head'
> 
> Fixes: f6b4f6c9c123 ("tailq: use a single cast macro")
> Cc: [email protected]
> 
> Signed-off-by: David Marchand <[email protected]>

Reply via email to