]> git.ipfire.org Git - thirdparty/valgrind.git/commit
Illumos regtest: add an expected for none/tests/fdleak_socketpair_xml.stderr
authorPaul Floyd <pjfloyd@wanadoo.fr>
Mon, 21 Apr 2025 18:44:31 +0000 (20:44 +0200)
committerPaul Floyd <pjfloyd@wanadoo.fr>
Mon, 21 Apr 2025 19:05:15 +0000 (21:05 +0200)
commit078ba93d0d00c2a3cb62b99af2ba77a34c5212ac
tree12f1f5fac276703b44952e84c8e47d6099890392
parent8464c3cf8fb4dd8138c60fd2f013fd376142153c
Illumos regtest: add an expected for none/tests/fdleak_socketpair_xml.stderr

illumos socketpair doesn't get the next two fds (3 and 4), instead it
gets 4 and 5. That looks like it's because this is done in two steps in libc.
so_socket gets called twice returnning fds 3 and 4 the so_socketpair takes
those and does some rebinding(?) resulting in fds 4 and 5.
none/tests/Makefile.am
none/tests/fdleak_socketpair_xml.stderr.exp-illumos [new file with mode: 0644]