Re: [ovs-dev] [PATCH v3] netdev: check for NULL fields in netdev_get_addrs

2017-08-08 Thread Ben Pfaff
On Fri, Jul 21, 2017 at 03:28:24PM +, Daniel Alvarez wrote: > When the interfaces list is retrieved through getiffaddrs(), there > might be elements with iface_name set to NULL. > > This patch checks ifa_name to be not NULL before comparing it to the > actual device name in the loop that calcu

Re: [ovs-dev] [PATCH v3] netdev: check for NULL fields in netdev_get_addrs

2017-07-26 Thread Lance Richardson
> From: "Daniel Alvarez" > To: d...@openvswitch.org > Sent: Friday, 21 July, 2017 11:28:24 AM > Subject: [ovs-dev] [PATCH v3] netdev: check for NULL fields in > netdev_get_addrs > > When the interfaces list is retrieved through getiffaddrs(), there > might be elements with iface_name set