Re: [PATCH] test/ring: fix return uninitialized variable

2025-03-06 Thread Thomas Monjalon
22/02/2025 03:08, fengchengwen: > Acked-by: Chengwen Feng > > On 2025/2/19 22:23, Konstantin Ananyev wrote: > > This change addresses the CID 455328: Uninitialized variables (UNINIT). > > Strictly speaking right now it should never happen, as role_mask is not > > zero. But that might change in f

Re: [PATCH] test/ring: fix return uninitialized variable

2025-02-21 Thread fengchengwen
Acked-by: Chengwen Feng On 2025/2/19 22:23, Konstantin Ananyev wrote: > This change addresses the CID 455328: Uninitialized variables (UNINIT). > Strictly speaking right now it should never happen, as role_mask is not > zero. But that might change in future, as more test-cases will be > introduc

[PATCH] test/ring: fix return uninitialized variable

2025-02-19 Thread Konstantin Ananyev
This change addresses the CID 455328: Uninitialized variables (UNINIT). Strictly speaking right now it should never happen, as role_mask is not zero. But that might change in future, as more test-cases will be introduced. Anyway the fix is trivial. Coverity issue: 455328 Fixes: 70581c355d69 ("tes