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

2024-07-05 Thread Ferruh Yigit
On 6/14/2024 6:47 AM, Long Li wrote: >> Subject: [PATCH v4] 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 ] >> >>

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

2024-06-13 Thread Long Li
> Subject: [PATCH v4] 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 ] > > in case we didn't enter or finished the loop w

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

2024-06-13 Thread Mahmoud Maatuq
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: Mahmoud Maatuq --- v4: * used full name in the sign off v3: * add Fix