diff options
author | Rickard Green <[email protected]> | 2010-03-10 09:48:27 +0000 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2010-03-10 09:48:27 +0000 |
commit | ade99a7081bc00c536f5717e9acebcc4b3082a45 (patch) | |
tree | a56ec04efdc432af6266fa5296ae60c6a6026e73 /lib/kernel/doc/src | |
parent | 323c2129e335228ef98001c940effdc38e6e5043 (diff) | |
download | otp-ade99a7081bc00c536f5717e9acebcc4b3082a45.tar.gz otp-ade99a7081bc00c536f5717e9acebcc4b3082a45.tar.bz2 otp-ade99a7081bc00c536f5717e9acebcc4b3082a45.zip |
OTP-8502 os:cmd hang
A race condition in os:cmd/1 could cause the caller to get stuck in
os:cmd/1 forever.
Diffstat (limited to 'lib/kernel/doc/src')
-rw-r--r-- | lib/kernel/doc/src/notes.xml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/lib/kernel/doc/src/notes.xml b/lib/kernel/doc/src/notes.xml index 7bb6aea40e..9c3f6524ae 100644 --- a/lib/kernel/doc/src/notes.xml +++ b/lib/kernel/doc/src/notes.xml @@ -30,6 +30,22 @@ </header> <p>This document describes the changes made to the Kernel application.</p> +<section><title>Kernel 2.13.5.1</title> + + <section><title>Fixed Bugs and Malfunctions</title> + <list> + <item> + <p> + A race condition in <c>os:cmd/1</c> could cause the + caller to get stuck in <c>os:cmd/1</c> forever.</p> + <p> + Own Id: OTP-8502</p> + </item> + </list> + </section> + +</section> + <section><title>Kernel 2.13.5</title> <section><title>Fixed Bugs and Malfunctions</title> |