]> git.meshlink.io Git - meshlink/commit - src/meshlink.c
Fix a crash with some network configurations.
authorGuus Sliepen <guus@meshlink.io>
Fri, 10 Jul 2020 20:15:39 +0000 (22:15 +0200)
committerGuus Sliepen <guus@meshlink.io>
Fri, 10 Jul 2020 20:15:39 +0000 (22:15 +0200)
commitc8af33c1b1b25dc5e9b42892e09dbb65fd5bd766
tree597797ec3e30297a8fb187476cfbe01b4f64ca23
parentfcd0a7b8c0a823aaa4f9b885a408969b7dc16e00
Fix a crash with some network configurations.

It is apparently possible for getifaddrs() to return a struct ifaddrs that
contains a NULL ifa_addr pointer.
src/meshlink.c