[exim-dev] [Bug 1775] test 0564 fails to bind to socket and …

Góra strony
Delete this message
Reply to this message
Autor: admin
Data:  
Dla: exim-dev
Stare tematy: [exim-dev] [Bug 1775] New: test 0564 fails to bind to socket and dies, leaving spool/test/log around
Temat: [exim-dev] [Bug 1775] test 0564 fails to bind to socket and dies, leaving spool/test/log around
https://bugs.exim.org/show_bug.cgi?id=1775

Git Commit <git@???> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |git@???


--- Comment #5 from Git Commit <git@???> ---
Git commit:
http://git.exim.org/exim.git/commitdiff/df613eb4a1b386c3b57baf09a25511894460b9b1

commit df613eb4a1b386c3b57baf09a25511894460b9b1
Author:     Heiko Schlittermann (HS12-RIPE) <hs@???>
AuthorDate: Wed Oct 19 16:56:37 2016 +0200
Commit:     Heiko Schlittermann (HS12-RIPE) <hs@???>
CommitDate: Thu Oct 20 00:48:28 2016 +0200


    testsuite: add port_dynamic (bug 1775)


    this avoids problems on openbsd with so_reuseaddr.


    on openbsd so_reuseaddr only works if the ip address and the euid
    of the bind(2) calls match. in 0562 exim binds to 1225 as euid=0,
    in 0564 runtest tries to bind to 01225 as the user running the tests.


    thanks to kirill miazine for working this out.
----
 test/runtest                 | 40 ++++++++++++++++++++++++++--------------
 test/scripts/0000-Basic/0564 |  4 ++--
 test/stdout/0564             |  2 +-
 3 files changed, 29 insertions(+), 17 deletions(-)


--
You are receiving this mail because:
You are on the CC list for the bug.