Browse Subversion Repository
Diff of /branches/ssh_chacha20poly1305/ttssh2/ttxssh/ssh.c
Parent Directory
| Revision Log
| Patch
| 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) |
| 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 |
|
|
| |