[Ttssh2-commit] [6355] Kexアルゴリズムが増えてバッファに収まりきらなくなっていたのを修正

Back to archive index

svnno****@sourc***** svnno****@sourc*****
2016年 3月 31日 (木) 12:15:44 JST


Revision: 6355
          http://sourceforge.jp/projects/ttssh2/scm/svn/commits/6355
Author:   doda
Date:     2016-03-31 12:15:43 +0900 (Thu, 31 Mar 2016)
Log Message:
-----------
Kexアルゴリズムが増えてバッファに収まりきらなくなっていたのを修正

Modified Paths:
--------------
    trunk/ttssh2/ttxssh/ssh.c

-------------- next part --------------
Modified: trunk/ttssh2/ttxssh/ssh.c
===================================================================
--- trunk/ttssh2/ttxssh/ssh.c	2016-03-29 08:50:13 UTC (rev 6354)
+++ trunk/ttssh2/ttxssh/ssh.c	2016-03-31 03:15:43 UTC (rev 6355)
@@ -4482,7 +4482,7 @@
 // (2011.2.28 yutaka)
 void SSH2_update_kex_myproposal(PTInstVar pvar)
 {
-	static char buf[256]; // TODO: malloc()\x82ɂ\xB7\x82ׂ\xAB
+	static char buf[512]; // TODO: malloc()\x82ɂ\xB7\x82ׂ\xAB
 	int index;
 	int len, i;
 



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