Re: [PATCH v3] net/mana: fix uninitialized scalar variable

2024-06-13 Thread Ferruh Yigit
On 6/12/2024 7:23 PM, Mahmoud Maatuq wrote: > From: mmaatuq > > in case we didn't enter or finished the loop without getting ifname we > ret shouldn't have an arbitrary value. > > Coverity issue: 424690 > Fixes: 84497839d9ca ("net/mana: support MTU update") > Cc: lon...@microsoft.com > > Signed

RE: [PATCH v3] net/mana: fix uninitialized scalar variable

2024-06-12 Thread Long Li
> Subject: [PATCH v3] net/mana: fix uninitialized scalar variable > > [You don't often get email from mahmoudmatook...@gmail.com. Learn why > this is important at https://aka.ms/LearnAboutSenderIdentification ] > > From: mmaatuq > > in case we didn't enter or

[PATCH v3] net/mana: fix uninitialized scalar variable

2024-06-12 Thread Mahmoud Maatuq
From: mmaatuq in case we didn't enter or finished the loop without getting ifname we ret shouldn't have an arbitrary value. Coverity issue: 424690 Fixes: 84497839d9ca ("net/mana: support MTU update") Cc: lon...@microsoft.com Signed-off-by: mmaatuq --- v3: * add Fixes and Cc tags v2: * Fixed t