Re: [ovs-dev] [PATCH 1/5] netdev-linux: Fix use of uninitialized LAG master name.

2021-05-24 Thread Ilya Maximets
On 5/20/21 6:43 PM, Mark Gray wrote: > On 04/04/2021 18:31, Ilya Maximets wrote: >> 'if_indextoname' may fail leaving the 'master_name' uninitialized: >> >> Conditional jump or move depends on uninitialised value(s) >> at 0x4C34329: strlen (vg_replace_strmem.c:459) >> by 0x51C638: hash_str

Re: [ovs-dev] [PATCH 1/5] netdev-linux: Fix use of uninitialized LAG master name.

2021-05-20 Thread Mark Gray
On 04/04/2021 18:31, Ilya Maximets wrote: > 'if_indextoname' may fail leaving the 'master_name' uninitialized: > > Conditional jump or move depends on uninitialised value(s) > at 0x4C34329: strlen (vg_replace_strmem.c:459) > by 0x51C638: hash_string (hash.h:342) > by 0x51C638: hash_na

[ovs-dev] [PATCH 1/5] netdev-linux: Fix use of uninitialized LAG master name.

2021-04-04 Thread Ilya Maximets
'if_indextoname' may fail leaving the 'master_name' uninitialized: Conditional jump or move depends on uninitialised value(s) at 0x4C34329: strlen (vg_replace_strmem.c:459) by 0x51C638: hash_string (hash.h:342) by 0x51C638: hash_name (shash.c:28) by 0x51CC51: shash_find (shash.c:2