Re: [ovs-dev] [PATCH ovn] pinctrl: Fix possible use of uninitialized eth address.

2020-05-14 Thread Mark Michelson
On 5/14/20 7:34 AM, Dumitru Ceara wrote: On 5/14/20 12:53 PM, Ilya Maximets wrote: Not sure if this could happen in a real usecase, but below loop over mac addresses could never reach initialization of 'ea'. In this case it will be used uninitialized by the later code. Setting it to zero ethern

Re: [ovs-dev] [PATCH ovn] pinctrl: Fix possible use of uninitialized eth address.

2020-05-14 Thread Dumitru Ceara
On 5/14/20 12:53 PM, Ilya Maximets wrote: > Not sure if this could happen in a real usecase, but below loop > over mac addresses could never reach initialization of 'ea'. > > In this case it will be used uninitialized by the later code. > Setting it to zero ethernet address to avoid that condition

[ovs-dev] [PATCH ovn] pinctrl: Fix possible use of uninitialized eth address.

2020-05-14 Thread Ilya Maximets
Not sure if this could happen in a real usecase, but below loop over mac addresses could never reach initialization of 'ea'. In this case it will be used uninitialized by the later code. Setting it to zero ethernet address to avoid that condition. Fixes: e3a398e9146e ("controller: Add ipv6 prefix