simon-git: putty (main): Simon Tatham

Commits to Tartarus hosted VCS tartarus-commits at lists.tartarus.org
Sat Sep 23 13:34:21 BST 2023


TL;DR:
  1cd0f178 Tiny fixes in the SOCKS proxy code.

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:           2023-09-23 13:34:21

commit 1cd0f1787f6c1c7d9ec0fc168ed36e54fea2c756
web diff https://git.tartarus.org/?p=simon/putty.git;a=commitdiff;h=1cd0f1787f6c1c7d9ec0fc168ed36e54fea2c756;hp=18ba4fe868fb7075a36d0747486d714d5e3caff2
Author: Simon Tatham <anakin at pobox.com>
Date:   Sat Sep 23 13:28:29 2023 +0100

    Tiny fixes in the SOCKS proxy code.
    
    Just happened to jump out at me in an eyeball inspection just now. I
    carefully moved all the protocol byte-value constants into a header
    file with mnemonic names, but I still hard-coded SOCKS4_REPLY_VERSION
    in the text of one diagnostic, and I got the wrong one of
    SOCKS5_REQUEST_VERSION and SOCKS5_REPLY_VERSION at one point in the
    code. Both benign (the right value was there, juste called by the
    wrong name).
    
    Also fixed some missing whitespace, in passing. (Probably the line it
    was missing from had once been squashed up closer to the right margin.)

 proxy/socks4.c | 4 ++--
 proxy/socks5.c | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)



More information about the tartarus-commits mailing list