]> git.ipfire.org Git - thirdparty/tor.git/commit
Fixup #17638: ignore EINVAL from FreeBSD jails without ::1
authorteor (Tim Wilson-Brown) <teor2345@gmail.com>
Thu, 19 Nov 2015 08:20:01 +0000 (19:20 +1100)
committerteor (Tim Wilson-Brown) <teor2345@gmail.com>
Thu, 19 Nov 2015 08:20:01 +0000 (19:20 +1100)
commitf19d6b81c8fd38e2f86f0405ea3f788aa10c647b
tree3369e8b4fc8060f513b3353e8770bbbfdaa6898a
parent53ec840bdfa3dfa421b3cecd7a90a3cd5e39d15c
Fixup #17638: ignore EINVAL from FreeBSD jails without ::1

In my testing, an IPv6-only FreeBSD jail without ::1 returned EINVAL
from tor_ersatz_socketpair. Let's not fail the unit test because of
this - it would only ever use tor_socketpair() anyway.
src/test/test_util.c