diff options
author | Pablo Galindo <Pablogsal@gmail.com> | 2018-09-27 10:25:03 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-27 10:25:03 +0100 |
commit | 7291108d88ea31d205da4db19d202d6cbffc6d93 (patch) | |
tree | 0b655cd9fd591badf9c68c2417ae2850049a30b4 /Python | |
parent | f55c64c632af438d0daa043acdd95a5e74f31441 (diff) | |
download | cpython-git-7291108d88ea31d205da4db19d202d6cbffc6d93.tar.gz |
Fix tests in test_socket to use correctly CMSG_LEN (GH-9594)
After some failures in AMD64 FreeBSD CURRENT Debug 3.x buildbots
regarding tests in test_socket that are using
testFDPassSeparateMinSpace(), FreeBDS revision 337423 was pointed
out to be the reason the test started to fail.
A close examination of the manpage for cmsg_space(3) reveals that
the number of file descriptors needs to be taken into account when
using CMSG_LEN().
This commit fixes tests in test_socket to use correctly CMSG_LEN, taking
into account the number of FDs.
Diffstat (limited to 'Python')
0 files changed, 0 insertions, 0 deletions