diff options
author | Iain Sandoe <iain@sandoe.co.uk> | 2022-03-13 16:34:54 +0000 |
---|---|---|
committer | Iain Sandoe <iain@sandoe.co.uk> | 2022-03-18 15:23:49 +0000 |
commit | 41f01c97153d403fb34eefac245bab8ba472beea (patch) | |
tree | 93602c1477fc8714346156be5a04ebc74496d78a /gcc | |
parent | 99fcd602a82e28e1d6a843e5cbe011b570dc81fa (diff) | |
download | gcc-41f01c97153d403fb34eefac245bab8ba472beea.zip gcc-41f01c97153d403fb34eefac245bab8ba472beea.tar.gz gcc-41f01c97153d403fb34eefac245bab8ba472beea.tar.bz2 |
c++tools: Work around a BSD bug in getaddrinfo().
Some versions of the BSD getaddrinfo() call do not work with the specific
input of "0" for the servname entry (a segv results). Since we are making
the call with a dummy port number, the value is actually no important, other
than it should be in range. Work around the BSD bug by using "1" instead.
Signed-off-by: Iain Sandoe <iain@sandoe.co.uk>
c++tools/ChangeLog:
* server.cc (accept_from): Use "1" as the dummy port number.
Diffstat (limited to 'gcc')
0 files changed, 0 insertions, 0 deletions