simon-git: putty (main): Simon Tatham

Commits to Tartarus hosted VCS tartarus-commits at lists.tartarus.org
Fri Sep 10 10:42:09 BST 2021


TL;DR:
  bff0c590 Unix platform_make_x11_server: fix sense of error check.

Repository:     https://git.tartarus.org/simon/putty.git
On the web:     https://git.tartarus.org/?p=simon/putty.git
Branch updated: main
Committer:      Simon Tatham <anakin at pobox.com>
Date:           2021-09-10 10:42:09

commit bff0c590e5e857d3ce06d454f260d4263e10cc05
web diff https://git.tartarus.org/?p=simon/putty.git;a=commitdiff;h=bff0c590e5e857d3ce06d454f260d4263e10cc05;hp=5c09c1c47ebde9dd9de149244408a356b791ba5c
Author: Simon Tatham <anakin at pobox.com>
Date:   Fri Sep 10 10:38:30 2021 +0100

    Unix platform_make_x11_server: fix sense of error check.
    
    Analogous to the bug I just fixed in xtruss: in the loop that tries to
    find a reasonable port number for an X display, the sense of the
    (horrible) strcmp distinguishing EADDRINUSE from other socket errors
    was backwards.

 unix/x11.c | 15 ++++++++++++++-
 1 file changed, 14 insertions(+), 1 deletion(-)



More information about the tartarus-commits mailing list