Develop and Download Open Source Software

Browse Subversion Repository

Diff of /branches/ssh_chacha20poly1305/ttssh2/ttxssh/ssh.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 6708 by doda, Tue May 9 14:24:23 2017 UTC revision 6709 by doda, Tue May 9 14:25:17 2017 UTC
# Line 9115  static BOOL SSH_agent_response(PTInstVar Line 9115  static BOOL SSH_agent_response(PTInstVar
9115          FWDChannel *fc;          FWDChannel *fc;
9116          buffer_t *agent_msg;          buffer_t *agent_msg;
9117          unsigned int *agent_request_len;          unsigned int *agent_request_len;
9118          unsigned char *response;          unsigned char *response = NULL;
9119          unsigned int resplen;          unsigned int resplen = 0;
9120    
9121    
9122          // 分割された CHANNEL_DATA の受信に対応 (2008.11.30 maya)          // 分割された CHANNEL_DATA の受信に対応 (2008.11.30 maya)
# Line 9178  error: Line 9178  error:
9178                  SSH_channel_send(pvar, local_channel_num, fc->remote_num,                  SSH_channel_send(pvar, local_channel_num, fc->remote_num,
9179                                   SSH_AGENT_FAILURE_MSG, sizeof(SSH_AGENT_FAILURE_MSG), 0);                                   SSH_AGENT_FAILURE_MSG, sizeof(SSH_AGENT_FAILURE_MSG), 0);
9180          }          }
9181            if (response) {
9182                    safefree(response);
9183            }
9184    
9185          // 使い終わったバッファをクリア          // 使い終わったバッファをクリア
9186          buffer_clear(agent_msg);          buffer_clear(agent_msg);

Legend:
Removed from v.6708  
changed lines
  Added in v.6709

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26