simon-git: putty (main): Simon Tatham

Commits to Tartarus hosted VCS tartarus-commits at lists.tartarus.org
Sun Nov 7 06:39:51 GMT 2021


TL;DR:
  4e93a2c1 Fix obvious braino in tempseat_output.

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-11-07 06:39:51

commit 4e93a2c1b89289f35894a61c158a29a69b033b17
web diff https://git.tartarus.org/?p=simon/putty.git;a=commitdiff;h=4e93a2c1b89289f35894a61c158a29a69b033b17;hp=7eb7d5e2e9117132940f6bc865a23aa3cc1b60ff
Author: Simon Tatham <anakin at pobox.com>
Date:   Sun Nov 7 06:37:30 2021 +0000

    Fix obvious braino in tempseat_output.
    
    I'd added a data length to the 'type' field of output_chunk instead of
    the 'size' field.
    
    Caused an assertion failure when I tried a simple SSH proxy operation
    on Windows just now, because the output_chunks and the output bufchain
    didn't match up, and no wonder. The mystery is how it hasn't been
    consistently failing like that since September!

 utils/tempseat.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



More information about the tartarus-commits mailing list