diff options
author | Erlang/OTP <[email protected]> | 2011-05-16 16:10:48 +0200 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2011-05-16 16:10:48 +0200 |
commit | 26b854ade6f1d89379f6337b18dde32e9abb9615 (patch) | |
tree | 05aa46f994c61f0dc068b857c76f8ff2e8b993db /lib/ssh/doc/src | |
parent | 7050c922b25fe1306caffc7545a89e0ddc1de06a (diff) | |
parent | b95606315ee69c56f231558c58ad87de77cb28f3 (diff) | |
download | otp-26b854ade6f1d89379f6337b18dde32e9abb9615.tar.gz otp-26b854ade6f1d89379f6337b18dde32e9abb9615.tar.bz2 otp-26b854ade6f1d89379f6337b18dde32e9abb9615.zip |
Merge branch 'nick/ssh/handle_unexpected_msg/OTP-9273' into maint-r14
* nick/ssh/handle_unexpected_msg/OTP-9273:
An unexpected message would crash the ssh_connection_handler and close the connection. Now an error message is generated instead.
Diffstat (limited to 'lib/ssh/doc/src')
-rw-r--r-- | lib/ssh/doc/src/notes.xml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/lib/ssh/doc/src/notes.xml b/lib/ssh/doc/src/notes.xml index 4f546a37ed..71f3941577 100644 --- a/lib/ssh/doc/src/notes.xml +++ b/lib/ssh/doc/src/notes.xml @@ -29,6 +29,20 @@ <file>notes.xml</file> </header> +<section><title>Ssh 2.0.7</title> + <section><title>Fixed Bugs and Malfunctions</title> + <list> + <item> + <p> + An unexpected message would crash the ssh_connection_handler and close + the connection. Now an error message is generated instead.</p> + <p> + Own Id: OTP-9273</p> + </item> + </list> + </section> +</section> + <section><title>Ssh 2.0.6</title> <section><title>Fixed Bugs and Malfunctions</title> <list> |