Re: [PATCH] trace: fix out of bounds write in __rte_trace_mem_get

2025-04-03 Thread David Marchand
On Wed, Apr 2, 2025 at 11:35 AM Oleksandr Nahnybida wrote: > > Offset should be aligned first before checking if there is free space for > another write. > > Bugzilla ID: 1665 > Fixes: ebaee6409702 ("trace: simplify trace point headers") This commit ebaee6409702 ("trace: simplify trace point head

RE: [EXTERNAL] [PATCH] trace: fix out of bounds write in __rte_trace_mem_get

2025-04-03 Thread Sunil Kumar Kori
> Offset should be aligned first before checking if there is free space for > another > write. > > Bugzilla ID: 1665 > Fixes: ebaee6409702 ("trace: simplify trace point headers") > > Signed-off-by: Oleksandr Nahnybida > --- > lib/eal/include/rte_trace_point.h | 4 +--- > 1 file changed, 1 inse

[PATCH] trace: fix out of bounds write in __rte_trace_mem_get

2025-04-02 Thread Oleksandr Nahnybida
Offset should be aligned first before checking if there is free space for another write. Bugzilla ID: 1665 Fixes: ebaee6409702 ("trace: simplify trace point headers") Signed-off-by: Oleksandr Nahnybida --- lib/eal/include/rte_trace_point.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-