Skip to content
Snippets Groups Projects
Commit ca22ba21 authored by Tony Farrell's avatar Tony Farrell Committed by afarrell
Browse files

Fix handling of getifaddr return when an interface does not have an address

     Started getting crashes on a linux machine after a network configuration
	 change, this was traced to ImpZ___GetIF_IPAddress() was not correctly
         handling cases where getifaddrs() returns
         items with the if_addr null.  Just continue
         the loop in those cases.  Thanks to Mike Birchall for debugging
	 this one.

         This could happen if the interface doesn't have any addresses, such
         as a tunneling interface (sudo ip tuntap add tun42 mode tun)
parent 3d586524
No related branches found
Tags 3.67
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment