[
https://issues.apache.org/jira/browse/SSHD-1244?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ryosuke Kanda updated SSHD-1244:
--------------------------------
Description:
If the new window size specified by SSH_MSG_CHANNEL_WINDOW_ADJUST exceeds
INT_MAX, it will not be recognized correctly.
I think the cause is in the following places:
org.apache.sshd.common.channel.Window.expand(int)
I am doing machine translation, so please allow it to be unnatural.
was:
SSH_MSG_CHANNEL_WINDOW_ADJUSTで指定された新しいウィンドウサイズがINT_MAXを超えると、正しく認識されません。
原因は次の場所にあると思います:
org.apache.sshd.common.channel.Window.expand(int)
機械翻訳を行っておりますので、不自然で情報量の少ない表現にしてください。
> Client fails window adjust above INT_MAX
> ----------------------------------------
>
> Key: SSHD-1244
> URL: https://issues.apache.org/jira/browse/SSHD-1244
> Project: MINA SSHD
> Issue Type: Bug
> Affects Versions: 2.8.0
> Reporter: Ryosuke Kanda
> Priority: Minor
>
> If the new window size specified by SSH_MSG_CHANNEL_WINDOW_ADJUST exceeds
> INT_MAX, it will not be recognized correctly.
> I think the cause is in the following places:
> org.apache.sshd.common.channel.Window.expand(int)
>
> I am doing machine translation, so please allow it to be unnatural.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]