forked from the-tcpdump-group/tcpdump
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Assume non-buggy getaddrinfo() when cross-compiling.
The cross target is probably some flavor of Linux (this includes Android) or *BSD (or maybe iOS if you're building for a jailbroken system), and those should have non-buggy getaddrinfo(). If somebody's cross-compiling for a target with a buggy getaddrinfo(), and tcpdump incorrectly converting IPv6 addresses to host names causes the universe to collapse into a giant black hole or something equally horrible, too bad. Expand a comment while we're at it.
- Loading branch information
Showing
2 changed files
with
13 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters