mtcp/mtcp
Park Ju Hyung 3f57bfa0b2 Handle (ifa_addr == NULL) gracefully
ifa_addr could be NULL for interfaces without an address assigned.

Since we're iterating through all interfaces for filtering AF_INET,
ignoring ones with ifa_addr set to NULL is safe.

This solves a segmentation fault issue on systems that has an interface
with no address assigned.

Signed-off-by: Park Ju Hyung <qkrwngud825@gmail.com>
2019-02-27 07:39:31 +09:00
..
include - Adding essential empty directories... 2015-04-03 15:04:17 +09:00
lib - Adding essential empty directories... 2015-04-03 15:04:17 +09:00
src Handle (ifa_addr == NULL) gracefully 2019-02-27 07:39:31 +09:00