simon-git: putty (master): Simon Tatham

Commits to Tartarus hosted VCS tartarus-commits at lists.tartarus.org
Wed Sep 26 07:45:15 BST 2018


TL;DR:
  686e78e6 Fix log-censoring of incoming SSH-2 session data.

Repository:     https://git.tartarus.org/simon/putty.git
On the web:     https://git.tartarus.org/?p=simon/putty.git
Branch updated: master
Committer:      Simon Tatham <anakin at pobox.com>
Date:           2018-09-26 07:45:15

commit 686e78e66b5f1db67ff7b2687e291fdb2c169e6a
web diff https://git.tartarus.org/?p=simon/putty.git;a=commitdiff;h=686e78e66b5f1db67ff7b2687e291fdb2c169e6a;hp=0bdda64724c2a897872ff394dc215c823899d7bd
Author: Simon Tatham <anakin at pobox.com>
Date:   Wed Sep 26 07:39:04 2018 +0100

    Fix log-censoring of incoming SSH-2 session data.
    
    The call to ssh2_censor_packet for incoming packets in ssh2bpp was
    passing the wrong starting position in the packet data - in
    particular, not the same starting position as the adjacent call to
    log_packet - so the censor couldn't parse SSH2_MSG_CHANNEL_DATA to
    identify the string of session data that it should be bleeping out.

 ssh2bpp.c | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)



More information about the tartarus-commits mailing list