[Ttssh2-commit] [7946] trunkからリビジョン7945をマージ:

Back to archive index
scmno****@osdn***** scmno****@osdn*****
2019年 8月 13日 (火) 20:24:45 JST


Revision: 7946
          https://osdn.net/projects/ttssh2/scm/svn/commits/7946
Author:   yutakapon
Date:     2019-08-13 20:24:45 +0900 (Tue, 13 Aug 2019)
Log Message:
-----------
trunkからリビジョン7945をマージ:
r7771 で追加したポート転送のフロー制御において、ポート転送以外では呼び出さないようにした。
SCPファイル受信で落ちる問題への対処。
チケット #39297

........

Revision Links:
--------------
    https://osdn.net/projects/ttssh2/scm/svn/commits/7771

Ticket Links:
------------
    https://osdn.net/projects/ttssh2/tracker/detail/39297

Modified Paths:
--------------
    branches/scp_flowctrl/ttssh2/ttxssh/fwd.c

Property Changed:
----------------
    branches/scp_flowctrl/

-------------- next part --------------
Index: branches/scp_flowctrl
===================================================================
--- branches/scp_flowctrl	2019-08-13 11:22:50 UTC (rev 7945)
+++ branches/scp_flowctrl	2019-08-13 11:24:45 UTC (rev 7946)

Property changes on: branches/scp_flowctrl
___________________________________________________________________
Modified: svn:mergeinfo
## -3,4 +3,5 ##
 /branches/portfwd_memleak:7732,7736-7737,7764
 /branches/ssh_ed25519:5495-5544
 /branches/vs2015_warn:6194-6285
-/tags/teraterm-4_89:6182
\ No newline at end of property
+/tags/teraterm-4_89:6182
+/trunk:7945
\ No newline at end of property
Modified: branches/scp_flowctrl/ttssh2/ttxssh/fwd.c
===================================================================
--- branches/scp_flowctrl/ttssh2/ttxssh/fwd.c	2019-08-13 11:22:50 UTC (rev 7945)
+++ branches/scp_flowctrl/ttssh2/ttxssh/fwd.c	2019-08-13 11:24:45 UTC (rev 7946)
@@ -771,6 +771,11 @@
 	FWDChannel* channel;
 	int changed = 0;
 
+	// \x83|\x81[\x83g\x93]\x91\x97\x82̖\xA2\x8Eg\x97p\x8E\x9E\x82͈ȉ\xBA\x82̃t\x83\x8D\x81[\x90\xA7\x8C\xE4\x82\xF0\x8Ds\x82\xED\x82Ȃ\xA2\x81B
+	if (c->type != TYPE_PORTFWD) {
+		return;
+	}
+
 	channel_num = c->local_num;
 	channel = pvar->fwd_state.channels + channel_num;
 


Ttssh2-commit メーリングリストの案内
Back to archive index