diff options
author | Niclas Eklund <[email protected]> | 2011-05-06 17:37:01 +0200 |
---|---|---|
committer | Niclas Eklund <[email protected]> | 2011-05-06 17:37:01 +0200 |
commit | b95606315ee69c56f231558c58ad87de77cb28f3 (patch) | |
tree | 0a8686a957d3e9cae31ac9d53c1c8982e632ff33 /lib/ssh/doc/src/notes.xml | |
parent | c2d329efd69a6040c94a724c935ce18e7edf0afe (diff) | |
download | otp-b95606315ee69c56f231558c58ad87de77cb28f3.tar.gz otp-b95606315ee69c56f231558c58ad87de77cb28f3.tar.bz2 otp-b95606315ee69c56f231558c58ad87de77cb28f3.zip |
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/notes.xml')
-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> |