Acked-by: Chengwen Feng <fengcheng...@huawei.com> 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: sta...@dpdk.org > > Signed-off-by: David Marchand <david.march...@redhat.com>
- [PATCH v5 02/22] test/telemetry: fix test calling all comma... David Marchand
- [PATCH v5 03/22] test/mempool: fix test without stack drive... David Marchand
- [PATCH v5 04/22] eal: fix plugin dir walk David Marchand
- Re: [PATCH v5 04/22] eal: fix plugin dir walk fengchengwen
- [PATCH v5 06/22] cmdline: fix highest bit port list parsing David Marchand
- [PATCH v5 05/22] cmdline: fix port list parsing David Marchand
- [PATCH v5 07/22] tailq: fix lookup macro David Marchand
- Re: [PATCH v5 07/22] tailq: fix lookup macro fengchengwen
- [PATCH v5 08/22] hash: fix unaligned access in predictable ... David Marchand
- [PATCH v5 10/22] build: support Undefined Behavior Sanitize... David Marchand
- [PATCH v5 09/22] stack: fix unaligned accesses on 128-bit David Marchand
- [PATCH v5 12/22] ipc: fix mp message alignment for malloc David Marchand
- [PATCH v5 11/22] test/telemetry: catch errors in subshell David Marchand
- [PATCH v5 13/22] graph: fix stats query with no node xstats David Marchand