]> The Tcpdump Group git mirrors - libpcap/commit
Don't add null addresses to the address list.
authorGuy Harris <[email protected]>
Thu, 12 Feb 2015 22:20:38 +0000 (14:20 -0800)
committerGuy Harris <[email protected]>
Thu, 12 Feb 2015 22:20:38 +0000 (14:20 -0800)
commit4d13542896772b0fe28a5a41a1de1764ef4e0110
treeb727201faca159aa3534dd8d0534fdef78945ab9
parenteae5b3940c592a5c906ec8d94a945fae48d6cba4
Don't add null addresses to the address list.

If we don't have an address, don't add a pcap_addr_t with a null addr
pointer to the list of addresses; it conveys no information.

That seems to happen, at least with a venet device on Linux on the
Travis build machine.
inet.c